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

Packages that use SimpleTypeMapper.Binding
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.Binding in org.apache.commons.betwixt.strategy
 

Fields in org.apache.commons.betwixt.strategy declared as SimpleTypeMapper.Binding
static SimpleTypeMapper.Binding SimpleTypeMapper.Binding.ATTRIBUTE
           
static SimpleTypeMapper.Binding SimpleTypeMapper.Binding.ELEMENT
           
 

Methods in org.apache.commons.betwixt.strategy that return SimpleTypeMapper.Binding
abstract  SimpleTypeMapper.Binding SimpleTypeMapper.bind(String propertyName, Class propertyType, IntrospectionConfiguration configuration)
          Specifies the binding of a simple type.
 SimpleTypeMapper.Binding StandardSimpleTypeMapper.bind(String propertyName, Class propertyType, IntrospectionConfiguration configuration)
          Implementation binds as per configuration
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.