Uses of Class
com.saperion.util.conversion.DefaultConversionManager
-
Packages that use DefaultConversionManager Package Description com.saperion.util.conversion -
-
Uses of DefaultConversionManager in com.saperion.util.conversion
Subclasses of DefaultConversionManager in com.saperion.util.conversion Modifier and Type Class Description class
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.
-