org.apache.commons.betwixt.strategy
Class StandardSimpleTypeMapper
java.lang.Object
org.apache.commons.betwixt.strategy.SimpleTypeMapper
org.apache.commons.betwixt.strategy.StandardSimpleTypeMapper
public class StandardSimpleTypeMapper
- extends SimpleTypeMapper
Binds simple types as specified by IntrospectionConfiguration.isAttributesForPrimitives()
.
- Version:
- $Revision: 561314 $
- Author:
- Apache Commons Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSimpleTypeMapper
public StandardSimpleTypeMapper()
bind
public SimpleTypeMapper.Binding bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
- Implementation binds as per configuration
- Specified by:
bind
in class SimpleTypeMapper
- Parameters:
propertyName
- the name of the property (to be bound)propertyType
- the type of the property (to be bound)configuration
- the current IntrospectionConfiguration
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.