org.apache.commons.betwixt.strategy
Interface ElementSuppressionStrategy
- public interface ElementSuppressionStrategy
Strategy to determine whether to show an element at all.
- Since:
- 0.8
DEFAULT
public static final ElementSuppressionStrategy DEFAULT
- Default strategy: show all elements.
suppress
public 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