Uses of Class
com.saperion.util.conversion.DefaultConversionManager
Packages that use DefaultConversionManager
-
Uses of DefaultConversionManager in com.saperion.util.conversion
Subclasses of DefaultConversionManager in com.saperion.util.conversionModifier and TypeClassDescriptionclass
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.