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

Packages that use ObjectStringConverter
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.expression This package contains the system which extracts values from beans. 
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 ObjectStringConverter in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return ObjectStringConverter
 ObjectStringConverter BindingConfiguration.getObjectStringConverter()
          Gets the Object <-> String converter.
 

Methods in org.apache.commons.betwixt with parameters of type ObjectStringConverter
 void BindingConfiguration.setObjectStringConverter(ObjectStringConverter objectStringConverter)
          Sets the Object <-> String converter.
 

Constructors in org.apache.commons.betwixt with parameters of type ObjectStringConverter
BindingConfiguration(ObjectStringConverter objectStringConverter, boolean mapIDs)
          Constructs a BindingConfiguration
 

Uses of ObjectStringConverter in org.apache.commons.betwixt.expression
 

Methods in org.apache.commons.betwixt.expression that return ObjectStringConverter
 ObjectStringConverter Context.getObjectStringConverter()
          Gets object <-> string converter.
 

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

Subclasses of ObjectStringConverter in org.apache.commons.betwixt.strategy
 class ConvertUtilsObjectStringConverter
          String <-> object conversion strategy that delegates to ConvertUtils.
 class DefaultObjectStringConverter
          Default string <-> object conversion strategy.
 



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