Package lumis.util.converter

Package class diagram package lumis.util.converter
Interface Summary
IConverter Converter interface defines the methods converters must implement.
 

Class Summary
AbstractConverter This is a abstract converter where a default locale and pattern may be specified and has fallback conversion capability.
BooleanConverter This converter is able to do conversion between Boolean, Number and String.
CollectionConverter This converter is able to do conversion between Number subtypes in the java.lang package and String.
ConverterDefaultParameterDecorator Decorates a IConverter allowing to define default parameters that are used when not specified.
ConvertUtil This class offers utility conversion methods.
DateConverter Converter for date values.
DateTimeConverter This converter is able to do conversion between Date and its java.sql subtypes, String and Long.
DateTimeConverter.ISO8601DateTimeFormat Implementation of DateFormat for ISO-8601 parsing and formatting.
DelegateToRegisteredConverter This converter just delegates the conversions to ConvertUtil.convert(Class, Object, Locale, String).
NumberConverter This converter is able to do conversion between Number subtypes in the java.lang package and String.
TimeConverter Converter for time values.
 

Exception Summary
ConversionException  
UnsupportedConversionTypeException  
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.