|
|||||||||||
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 |
Fields in org.apache.commons.betwixt declared as MappingDerivationStrategy | |
private MappingDerivationStrategy |
IntrospectionConfiguration.mappingDerivationStrategy
Strategy used to determine whether the bind or introspection time type is to be used to determine the mapping. |
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.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 |
static MappingDerivationStrategy |
MappingDerivationStrategy.DEFAULT
The default Betwixt strategy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |