Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ValueSuppressionStrategy |
BindingConfiguration.getValueSuppressionStrategy()
Gets the
ValueSuppressionStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
BindingConfiguration.setValueSuppressionStrategy(ValueSuppressionStrategy valueSuppressionStrategy)
Sets the
ValueSuppressionStrategy . |
Modifier and Type | Method and Description |
---|---|
ValueSuppressionStrategy |
Context.getValueSuppressionStrategy()
Gets the
ValueSuppressionStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
Context.setValueSuppressionStrategy(ValueSuppressionStrategy valueSuppressionStrategy)
Sets the
ValueSuppressionStrategy . |
Modifier and Type | Field and Description |
---|---|
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.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.