|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.betwixt.strategy.SimpleTypeMapper
org.apache.commons.betwixt.strategy.StandardSimpleTypeMapper
Binds simple types as specified by IntrospectionConfiguration.isAttributesForPrimitives().
| Nested Class Summary |
| Nested classes inherited from class org.apache.commons.betwixt.strategy.SimpleTypeMapper |
SimpleTypeMapper.Binding |
| Constructor Summary | |
StandardSimpleTypeMapper()
|
|
| Method Summary | |
SimpleTypeMapper.Binding |
bind(java.lang.String propertyName,
java.lang.Class propertyType,
IntrospectionConfiguration configuration)
Implementation binds as per configuration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardSimpleTypeMapper()
| Method Detail |
public SimpleTypeMapper.Binding bind(java.lang.String propertyName,
java.lang.Class propertyType,
IntrospectionConfiguration configuration)
bind in class SimpleTypeMapperpropertyName - the name of the property (to be bound)propertyType - the type of the property (to be bound)configuration - the current IntrospectionConfiguration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||