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 class
DefaultConversionManager
Abstract implementation ofConversionManager
.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. -
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)
-