Package org.codehaus.waffle.bind.converters

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



Copyright © 2008. All Rights Reserved.