public interface

ElementSuppressionStrategy

org.apache.commons.betwixt.strategy.ElementSuppressionStrategy

Class Overview

Strategy to determine whether to show an element at all.

Summary

Fields
public static final ElementSuppressionStrategy DEFAULT Default strategy: show all elements.
Public Methods
abstract boolean suppress(ElementDescriptor descriptor)
Should the element described as given be suppressed?

Fields

public static final ElementSuppressionStrategy DEFAULT

Default strategy: show all elements.

Public Methods

public abstract boolean suppress (ElementDescriptor descriptor)

Should the element described as given be suppressed?

Parameters
descriptor ElementDescriptor, not null
Returns
  • true if the desciptor should be ignored during introspection, false otherwise