|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MappingDerivationStrategy | |
|---|---|
| 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. |
| Uses of MappingDerivationStrategy in org.apache.commons.betwixt |
|---|
| Methods in org.apache.commons.betwixt that return MappingDerivationStrategy | |
|---|---|
MappingDerivationStrategy |
IntrospectionConfiguration.getMappingDerivationStrategy()
Gets the MappingDerivationStrategy
used to determine whether the bind or introspection time
type should determine the mapping. |
| Methods in org.apache.commons.betwixt with parameters of type MappingDerivationStrategy | |
|---|---|
void |
IntrospectionConfiguration.setMappingDerivationStrategy(MappingDerivationStrategy mappingDerivationStrategy)
Sets the MappingDerivationStrategy
used to determine whether the bind or introspection time
type should determine the mapping. |
| Uses of MappingDerivationStrategy in org.apache.commons.betwixt.strategy |
|---|
| Fields in org.apache.commons.betwixt.strategy declared as MappingDerivationStrategy | |
|---|---|
static MappingDerivationStrategy |
MappingDerivationStrategy.DEFAULT
The default Betwixt strategy. |
static MappingDerivationStrategy |
MappingDerivationStrategy.USE_BIND_TIME_TYPE
Implementation that always uses bind time type mapping |
static MappingDerivationStrategy |
MappingDerivationStrategy.USE_INTROSPECTION_TIME_TYPE
Implementation that always uses introspection time type mapping |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||