|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueSuppressionStrategy | |
---|---|
org.apache.commons.betwixt | This package contains the main betwixt introspection code. |
org.apache.commons.betwixt.expression | This package contains the system which extracts values from beans. |
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 ValueSuppressionStrategy in org.apache.commons.betwixt |
---|
Methods in org.apache.commons.betwixt that return ValueSuppressionStrategy | |
---|---|
ValueSuppressionStrategy |
BindingConfiguration.getValueSuppressionStrategy()
Gets the ValueSuppressionStrategy . |
Methods in org.apache.commons.betwixt with parameters of type ValueSuppressionStrategy | |
---|---|
void |
BindingConfiguration.setValueSuppressionStrategy(ValueSuppressionStrategy valueSuppressionStrategy)
Sets the ValueSuppressionStrategy . |
Uses of ValueSuppressionStrategy in org.apache.commons.betwixt.expression |
---|
Methods in org.apache.commons.betwixt.expression that return ValueSuppressionStrategy | |
---|---|
ValueSuppressionStrategy |
Context.getValueSuppressionStrategy()
Gets the ValueSuppressionStrategy . |
Methods in org.apache.commons.betwixt.expression with parameters of type ValueSuppressionStrategy | |
---|---|
void |
Context.setValueSuppressionStrategy(ValueSuppressionStrategy valueSuppressionStrategy)
Sets the ValueSuppressionStrategy . |
Uses of ValueSuppressionStrategy in org.apache.commons.betwixt.strategy |
---|
Fields in org.apache.commons.betwixt.strategy declared as ValueSuppressionStrategy | |
---|---|
static ValueSuppressionStrategy |
ValueSuppressionStrategy.ALLOW_ALL_VALUES
Strategy allows all values to be expressed for all attributes |
static ValueSuppressionStrategy |
ValueSuppressionStrategy.DEFAULT
Default strategy is SUPPRESS_EMPTY . |
static ValueSuppressionStrategy |
ValueSuppressionStrategy.SUPPRESS_EMPTY
Suppresses all null values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |