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 |
---|---|
SimpleTypeMapper |
IntrospectionConfiguration.getSimpleTypeMapper()
Gets the simple type binding strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
IntrospectionConfiguration.setSimpleTypeMapper(SimpleTypeMapper mapper)
Sets the simple type binding strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardSimpleTypeMapper
Binds simple types as specified by
IntrospectionConfiguration.isAttributesForPrimitives() . |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.