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 TypeClassDescriptionclassAbstract implementation ofConversionManager.classImplementation 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 ConversionManagerModifierConstructorDescriptionGenericArrayConverter(ArrayFactory<TargetType> factory, ConversionManager conversionManager, Class<TargetType> targetElementType)