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 classBigDecimalMorpherMorphs to a BigDecimal.classBigIntegerMorpherMorphs to a BigInteger.classBooleanObjectMorpherMorphs to a Boolean.classCharacterObjectMorpherMorphs to a Character.classDateMorpherMorphs a String to a Date.classMapToDateMorpherMorphs 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.classNumberMorpherMorphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal.classObjectListMorpherMorphs a List to another List using a Morpher.
-