Package | Description |
---|---|
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.
|
org.apache.commons.betwixt.strategy.impl.propertysuppression |
Modifier and Type | Method and Description |
---|---|
PropertySuppressionStrategy |
IntrospectionConfiguration.getPropertySuppressionStrategy()
Gets the strategy which determines the properties to be ignored.
|
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionConfiguration.setPropertySuppressionStrategy(PropertySuppressionStrategy propertySuppressionStrategy)
Sets the strategy which determines the properties to be ignored.
|
Modifier and Type | Class and Description |
---|---|
static class |
PropertySuppressionStrategy.Chain
Implementation delegates to a list of strategies
|
static class |
PropertySuppressionStrategy.Default
Default implementation.
|
Modifier and Type | Field and Description |
---|---|
static PropertySuppressionStrategy |
PropertySuppressionStrategy.DEFAULT
Default implementation suppresses the class property
found on every object.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySuppressionStrategy.Chain.addStrategy(PropertySuppressionStrategy strategy)
Adds a strategy to the list
|
Modifier and Type | Class and Description |
---|---|
class |
PackageSuppressor
Suppresses properties based on the package of their type.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.