Package | Description |
---|---|
net.sf.ezmorph.object |
Morphers for Object types.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalMorpher
Morphs to a BigDecimal.
|
class |
BigIntegerMorpher
Morphs to a BigInteger.
|
class |
BooleanObjectMorpher
Morphs to a Boolean.
|
class |
CharacterObjectMorpher
Morphs to a Character.
|
class |
DateMorpher
Morphs a String to a Date.
|
class |
MapToDateMorpher
Morphs a Map into a Date.
The Map should have at least one of the following keys [yer,month,day,hour,minutes,seconds,milliseconds] and the values should be instances of Number. |
class |
NumberMorpher
Morphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal. |
class |
ObjectListMorpher
Morphs a List to another List using a Morpher.
|
Copyright © 2006–2021. All rights reserved.