Uses of Class
org.apache.commons.betwixt.strategy.SimpleTypeMapper

Packages that use SimpleTypeMapper
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. 
 

Uses of SimpleTypeMapper in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return SimpleTypeMapper
 SimpleTypeMapper IntrospectionConfiguration.getSimpleTypeMapper()
          Gets the simple type binding strategy.
 

Methods in org.apache.commons.betwixt with parameters of type SimpleTypeMapper
 void IntrospectionConfiguration.setSimpleTypeMapper(SimpleTypeMapper mapper)
          Sets the simple type binding strategy.
 

Uses of SimpleTypeMapper in org.apache.commons.betwixt.strategy
 

Subclasses of SimpleTypeMapper in org.apache.commons.betwixt.strategy
 class StandardSimpleTypeMapper
          Binds simple types as specified by IntrospectionConfiguration.isAttributesForPrimitives().
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.