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.
Miscellaneous utilities
-
Uses of ObjectMorpher in net.sf.ezmorph.array
Classes in net.sf.ezmorph.array that implement ObjectMorpherModifier and TypeClassDescriptionclassBase class for array Morphers.final classMorphs an array to a boolean[].final classMorphs an array to a Boolean[].final classMorphs an array to a byte[].final classMorphs an array to a Character[].final classMorphs an array to a char[].final classMorphs an array to a double[].final classMorphs an array to a float[].final classMorphs an array to a int[].final classMorphs an array to a long[].final classMorphs an array to another array using a Morpher.final classMorphs an array to a short[]. -
Uses of ObjectMorpher in net.sf.ezmorph.bean
Classes in net.sf.ezmorph.bean that implement ObjectMorpherModifier and TypeClassDescriptionfinal classConverts 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 TypeClassDescriptionclassBase class for ObjectMorpher implementations.final classMorphs to a BigDecimal.final classMorphs to a BigInteger.final classMorphs to a Boolean.final classMorphs to a Character.final classMorphs to a Class.
This morpher is a singleton.final classMorphs a String to a Date.final classMorpher that performs no conversion.
This morpher is a singleton.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.final classMorphs to a String.
This morpher is a singleton.classAn 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. -
Uses of ObjectMorpher in net.sf.json.util
Classes in net.sf.json.util that implement ObjectMorpher