public class

StandardSimpleTypeMapper

extends SimpleTypeMapper
java.lang.Object
   ↳ org.apache.commons.betwixt.strategy.SimpleTypeMapper
     ↳ org.apache.commons.betwixt.strategy.StandardSimpleTypeMapper

Class Overview

Binds simple types as specified by isAttributesForPrimitives().

Summary

Public Constructors
StandardSimpleTypeMapper()
Public Methods
SimpleTypeMapper.Binding bind(String propertyName, Class propertyType, IntrospectionConfiguration configuration)
Implementation binds as per configuration
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.strategy.SimpleTypeMapper
From class java.lang.Object

Public Constructors

public StandardSimpleTypeMapper ()

Public Methods

public SimpleTypeMapper.Binding bind (String propertyName, Class propertyType, IntrospectionConfiguration configuration)

Implementation binds as per configuration

Parameters
propertyName the name of the property (to be bound)
propertyType the type of the property (to be bound)
configuration the current IntrospectionConfiguration