|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementSuppressionStrategy | |
---|---|
org.apache.commons.betwixt | This package contains the main betwixt introspection code. |
org.apache.commons.betwixt.strategy | This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. |
Uses of ElementSuppressionStrategy in org.apache.commons.betwixt |
---|
Methods in org.apache.commons.betwixt that return ElementSuppressionStrategy | |
---|---|
ElementSuppressionStrategy |
IntrospectionConfiguration.getElementSuppressionStrategy()
Returns the ElementSuppressionStrategy . |
Methods in org.apache.commons.betwixt with parameters of type ElementSuppressionStrategy | |
---|---|
void |
IntrospectionConfiguration.setElementSuppressionStrategy(ElementSuppressionStrategy elementSuppressionStrategy)
Sets the ElementSuppressionStrategy . |
Uses of ElementSuppressionStrategy in org.apache.commons.betwixt.strategy |
---|
Fields in org.apache.commons.betwixt.strategy declared as ElementSuppressionStrategy | |
---|---|
static ElementSuppressionStrategy |
ElementSuppressionStrategy.DEFAULT
Default strategy: show all elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |