Uses of Class
net.sf.ezmorph.object.AbstractObjectMorpher
-
Packages that use AbstractObjectMorpher Package Description net.sf.ezmorph.object Morphers for Object types. -
-
Uses of AbstractObjectMorpher in net.sf.ezmorph.object
Subclasses of AbstractObjectMorpher in net.sf.ezmorph.object Modifier and Type Class 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.
-