Package com.saperion.util.conversion
-
Interface Summary Interface Description ConversionManager Implementations of this interface hold severalconverters
which can be accessed by their type arguments. -
Class Summary Class Description DefaultConversionManager Abstract implementation ofConversionManager
.DefaultTypeConversionManager Implementation ofConversionManager
that returns converters that convert most default java types (primitives, their wrapper types,String
,Date
- as well as their subclasses -Calendar
and arrays and implementations ofList
thereof ) to the fixed set int, double,String
andCalendar
and arrays thereof.