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 classDefaultTypeConversionManagerImplementation 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.
-