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 classMorphs to a BigDecimal.final classMorphs to a BigInteger.final classMorphs to a Boolean.final classMorphs to a Character.final classMorphs a String to a Date.classMorphs 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 classMorphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal.final classMorphs a List to another List using a Morpher.