Uses of Class
org.codehaus.waffle.bind.converters.AbstractValueConverter

Packages that use AbstractValueConverter
org.codehaus.waffle.bind.converters   
 

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

Subclasses of AbstractValueConverter in org.codehaus.waffle.bind.converters
 class DateValueConverter
          ValueConverter that converts Date 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.
 



Copyright © 2008. All Rights Reserved.