Uses of Interface
com.saperion.util.conversion.ConversionManager
-
Packages that use ConversionManager Package Description com.saperion.util.conversion com.saperion.util.conversion.array -
-
Uses of ConversionManager in com.saperion.util.conversion
Classes in com.saperion.util.conversion that implement ConversionManager Modifier and Type Class Description classDefaultConversionManagerAbstract implementation ofConversionManager.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. -
Uses of ConversionManager in com.saperion.util.conversion.array
Constructors in com.saperion.util.conversion.array with parameters of type ConversionManager Constructor Description GenericArrayConverter(ArrayFactory<TargetType> factory, ConversionManager conversionManager, java.lang.Class<TargetType> targetElementType)
-