Package com.twelvemonkeys.util.convert

Interface Summary
PropertyConverter Converts strings to objects and back.
 

Class Summary
Converter The converter (singleton).
DateConverter Converts strings to dates and back.
DefaultConverter Converts strings to objects and back.
NumberConverter Converts strings to numbers and back.
TimeConverter Converts strings to times and back.
 

Exception Summary
ConversionException This exception may be thrown by PropertyConverters, when an attempted conversion fails.
MissingTypeException This exception may be thrown by PropertyConverters, if a conversion is attempted without type (class).
NoAvailableConverterException This exception may be thrown by PropertyConverters, if a conversion is attempted for a type (class), that has no registered PropertyConverter.
TypeMismathException This exception may be thrown by PropertyConverters, if a conversion is attempted on the wrong type (class).
 



Copyright © 2015. All Rights Reserved.