|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySuppressionStrategy | |
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 PropertySuppressionStrategy in org.apache.commons.betwixt |
Fields in org.apache.commons.betwixt declared as PropertySuppressionStrategy | |
private PropertySuppressionStrategy |
IntrospectionConfiguration.propertySuppressionStrategy
Strategy used to determine which properties should be ignored |
Methods in org.apache.commons.betwixt that return PropertySuppressionStrategy | |
PropertySuppressionStrategy |
IntrospectionConfiguration.getPropertySuppressionStrategy()
Gets the strategy which determines the properties to be ignored. |
Methods in org.apache.commons.betwixt with parameters of type PropertySuppressionStrategy | |
void |
IntrospectionConfiguration.setPropertySuppressionStrategy(PropertySuppressionStrategy propertySuppressionStrategy)
Sets the strategy which determines the properties to be ignored. |
Uses of PropertySuppressionStrategy in org.apache.commons.betwixt.strategy |
Fields in org.apache.commons.betwixt.strategy declared as PropertySuppressionStrategy | |
static PropertySuppressionStrategy |
PropertySuppressionStrategy.DEFAULT
Default implementation supresses the class property found on every object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |