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

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

Methods in org.apache.commons.betwixt that return TypeBindingStrategy
 TypeBindingStrategy IntrospectionConfiguration.getTypeBindingStrategy()
          Gets the TypeBindingStrategy to be used to determine the binding for Java types.
 

Methods in org.apache.commons.betwixt with parameters of type TypeBindingStrategy
 void IntrospectionConfiguration.setTypeBindingStrategy(TypeBindingStrategy typeBindingStrategy)
          Sets the TypeBindingStrategy to be used to determine the binding for Java types.
 

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

Subclasses of TypeBindingStrategy in org.apache.commons.betwixt.strategy
static class TypeBindingStrategy.Default
          The default TypeBindingStrategy used by Betwixt.
 

Fields in org.apache.commons.betwixt.strategy declared as TypeBindingStrategy
static TypeBindingStrategy TypeBindingStrategy.DEFAULT
          The default Betwixt TypeBindingStrategy implementation.
 



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