Uses of Class
net.sf.ezmorph.object.AbstractObjectMorpher
Packages that use AbstractObjectMorpher
-
Uses of AbstractObjectMorpher in net.sf.ezmorph.object
Subclasses of AbstractObjectMorpher in net.sf.ezmorph.objectModifier and TypeClassDescriptionfinal class
Morphs to a BigDecimal.final class
Morphs to a BigInteger.final class
Morphs to a Boolean.final class
Morphs to a Character.final class
Morphs a String to a Date.class
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.final class
Morphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal.final class
Morphs a List to another List using a Morpher.