public abstract class SimpleTypeMapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTypeMapper.Binding
Enumerates binding options for simple types.
|
Constructor and Description |
---|
SimpleTypeMapper() |
Modifier and Type | Method and Description |
---|---|
abstract SimpleTypeMapper.Binding |
bind(String propertyName,
Class propertyType,
IntrospectionConfiguration configuration)
Specifies the binding of a simple type.
|
public abstract SimpleTypeMapper.Binding bind(String propertyName, Class propertyType, IntrospectionConfiguration configuration)
Specifies the binding of a simple type.
Note: the xml name to which this property will be bound cannot be known at this stage (since it depends
propertyName
- the name of the property (to be bound)propertyType
- the type of the property (to be bound)configuration
- the current IntrospectionConfigurationCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.