-
Instantiate and return a new
Converter
instance of the class that
has registered itself as capable of performing conversions for objects of the specified type.
Instantiate and return a new
Converter
instance of the class
specified by a previous call to
addConverter()
for the specified converter id.
-
-
class
Converter
implementation for
java.math.BigDecimal
values.
class
Converter
implementation for
java.math.BigInteger
values.
class
Converter
implementation for
java.lang.Boolean
(and boolean primitive) values.
class
Converter
implementation for
java.lang.Byte
(and byte primitive) values.
class
Converter
implementation for
java.lang.Character
(and char primitive) values.
class
Converter
implementation for
java.util.Date
values.
class
Converter
implementation for
java.lang.Double
(and double primitive) values.
class
Converter
implementation for
java.lang.Enum
(and enum primitive) values.
class
Converter
implementation for
java.lang.Float
(and float primitive) values.
class
Converter
implementation for
java.lang.Integer
(and int primitive) values.
class
Converter
implementation for
java.lang.Long
(and long primitive) values.
class
Converter
implementation for
java.lang.Number
values.
class
Converter
implementation for
java.lang.Short
(and short primitive) values.
class
Converter
implementation for
java.util.UUID
values.