Package net.sf.ezmorph.object
package net.sf.ezmorph.object
Morphers for Object types.
-
ClassesClassDescriptionBase class for ObjectMorpher implementations.Morphs to a BigDecimal.Morphs to a BigInteger.Morphs to a Boolean.Morphs to a Character.Morphs to a Class.
This morpher is a singleton.Morphs a String to a Date.Morpher that performs no conversion.
This morpher is a singleton.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.Morphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal.Morphs a List to another List using a Morpher.Morphs to a String.
This morpher is a singleton.An all-purpose Morpher that can morph to several classes.
Because this Morpher accepts any class and morphs to Object it should not be added to a MorpherRegistry as it may be too generic for some cases and may result in unwanted transformations.