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 |
---|---|
IdStoringStrategy |
BindingConfiguration.getIdMappingStrategy()
Gets the strategy used to manage storage and retrieval of id's.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingConfiguration.setIdMappingStrategy(IdStoringStrategy idMappingStrategy)
Sets the strategy used to manage storage and retrieval of id's.
|
Modifier and Type | Method and Description |
---|---|
IdStoringStrategy |
Context.getIdMappingStrategy()
Gets the strategy used to manage storage and retrieval of id's.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdStoringStrategy
Stores every ID that given to it into an internal
HashMap and
returns it on request. |
Modifier and Type | Field and Description |
---|---|
static IdStoringStrategy |
IdStoringStrategy.DEFAULT
Deprecated.
do not use this singleton since it
creates a static Map of all objects ever written.
Use
createDefault() instead |
Modifier and Type | Method and Description |
---|---|
static IdStoringStrategy |
IdStoringStrategy.createDefault()
Factory method creates the default
Betwixt implementation. |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.