Uses of Interface
org.codehaus.waffle.bind.ValueConverter

Packages that use ValueConverter
org.codehaus.waffle.bind   
org.codehaus.waffle.bind.converters   
org.codehaus.waffle.bind.ognl   
org.codehaus.waffle.monitor   
 

Uses of ValueConverter in org.codehaus.waffle.bind
 

Methods in org.codehaus.waffle.bind that return ValueConverter
 ValueConverter ValueConverterFinder.findConverter(java.lang.reflect.Type type)
          Returns the converter that is responsible for handling the type passed in.
 

Methods in org.codehaus.waffle.bind with parameters of type ValueConverter
 void ValueConverterFinder.registerConverter(ValueConverter converter)
          Registers the given converter
 

Uses of ValueConverter in org.codehaus.waffle.bind.converters
 

Classes in org.codehaus.waffle.bind.converters that implement ValueConverter
 class AbstractValueConverter
          Abstract ValueConverter that holds utility functionality common to all value converters.
 class DateValueConverter
          ValueConverter that converts Date values.
 class EnumValueConverter
          ValueConverter that converts Enum values.
 class NumberListValueConverter
           ValueConverter that converts a CSV value to a List of Numbers.
 class NumberValueConverter
           ValueConverter that converts a value to a Numbers using the NumberFormat instance provided (which defaults to NumberFormat.getInstance()).
 class StringListMapValueConverter
           ValueConverter that converts a text value to a Map of String Lists indexed by Strings.
 class StringListValueConverter
           ValueConverter that converts CSV values to List of Strings.
 class StringNumberListMapValueConverter
           ValueConverter that converts a text value to a Map of Number Lists indexed by Strings.
 

Uses of ValueConverter in org.codehaus.waffle.bind.ognl
 

Classes in org.codehaus.waffle.bind.ognl that implement ValueConverter
 class OgnlValueConverter
          Ognl-based implementation of ValueConverter.
 

Methods in org.codehaus.waffle.bind.ognl that return ValueConverter
 ValueConverter OgnlValueConverterFinder.findConverter(java.lang.reflect.Type type)
           
 

Methods in org.codehaus.waffle.bind.ognl with parameters of type ValueConverter
 void OgnlValueConverterFinder.registerConverter(ValueConverter converter)
           
 

Constructors in org.codehaus.waffle.bind.ognl with parameters of type ValueConverter
OgnlValueConverterFinder(ValueConverter... converters)
           
 

Uses of ValueConverter in org.codehaus.waffle.monitor
 

Methods in org.codehaus.waffle.monitor with parameters of type ValueConverter
 void BindMonitor.valueConverterFound(java.lang.reflect.Type type, ValueConverter converter)
           
 void AbstractWritingMonitor.valueConverterFound(java.lang.reflect.Type type, ValueConverter converter)
           
 



Copyright © 2008. All Rights Reserved.