Package com.saperion.util.conversion
package com.saperion.util.conversion
-
ClassDescriptionImplementations of this interface hold several
converters
which can be accessed by their type arguments.Abstract implementation ofConversionManager
.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.