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 |
---|---|
ObjectStringConverter |
BindingConfiguration.getObjectStringConverter()
Gets the Object <-> String converter.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingConfiguration.setObjectStringConverter(ObjectStringConverter objectStringConverter)
Sets the Object <-> String converter.
|
Constructor and Description |
---|
BindingConfiguration(ObjectStringConverter objectStringConverter,
boolean mapIDs)
Constructs a BindingConfiguration
|
Modifier and Type | Method and Description |
---|---|
ObjectStringConverter |
Context.getObjectStringConverter()
Gets object <-> string converter.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertUtilsObjectStringConverter
String <-> object conversion strategy that delegates to ConvertUtils.
|
class |
DefaultObjectStringConverter
Default string <-> object conversion strategy.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.