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