Package jodd.typeconverter
Slick and various type conversions. Following rules are applied:
- There are no default values. If conversion fails,
TypeConversionExceptionwill be thrown. - Conversion of
nullvalue is alsonull.
-
Interface Summary Interface Description TypeConverter<T> Object converter interface. -
Class Summary Class Description Converter Just a convenientTypeConverterManagerusage.TypeConverterManager Provides dynamic object conversion to a type. -
Exception Summary Exception Description TypeConversionException Type conversion exception.