Uses of Interface
com.saperion.util.conversion.ConversionManager
Packages that use ConversionManager
-
Uses of ConversionManager in com.saperion.util.conversion
Classes in com.saperion.util.conversion that implement ConversionManagerModifier and TypeClassDescriptionclass
Abstract implementation ofConversionManager
.class
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 ConversionManagerModifierConstructorDescriptionGenericArrayConverter
(ArrayFactory<TargetType> factory, ConversionManager conversionManager, Class<TargetType> targetElementType)