Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MappingDerivationStrategy |
IntrospectionConfiguration.getMappingDerivationStrategy()
Gets the
MappingDerivationStrategy
used to determine whether the bind or introspection time
type should determine the mapping. |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionConfiguration.setMappingDerivationStrategy(MappingDerivationStrategy mappingDerivationStrategy)
Sets the
MappingDerivationStrategy
used to determine whether the bind or introspection time
type should determine the mapping. |
Modifier and Type | Field and Description |
---|---|
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
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.