Uses of Interface
net.sf.ezmorph.ObjectMorpher
Packages that use ObjectMorpher
Package
Description
Morphers for arrays.
Morphers for JavaBeans and DynaBeans.
Morphers for Object types.
-
Uses of ObjectMorpher in net.sf.ezmorph.array
Classes in net.sf.ezmorph.array that implement ObjectMorpherModifier and TypeClassDescriptionclass
Base class for array Morphers.final class
Morphs an array to a boolean[].final class
Morphs an array to a Boolean[].final class
Morphs an array to a byte[].final class
Morphs an array to a Character[].final class
Morphs an array to a char[].final class
Morphs an array to a double[].final class
Morphs an array to a float[].final class
Morphs an array to a int[].final class
Morphs an array to a long[].final class
Morphs an array to another array using a Morpher.final class
Morphs an array to a short[]. -
Uses of ObjectMorpher in net.sf.ezmorph.bean
Classes in net.sf.ezmorph.bean that implement ObjectMorpherModifier and TypeClassDescriptionfinal class
Converts a JavaBean into another JavaBean or DynaBean.
This Morpher will try to match every property from the target JavaBean's class to the properties of the source JavaBean. -
Uses of ObjectMorpher in net.sf.ezmorph.object
Classes in net.sf.ezmorph.object that implement ObjectMorpherModifier and TypeClassDescriptionclass
Base class for ObjectMorpher implementations.final 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 to a Class.
This morpher is a singleton.final class
Morphs a String to a Date.final class
Morpher that performs no conversion.
This morpher is a singleton.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.final class
Morphs to a String.
This morpher is a singleton.class
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.