All Classes and Interfaces

Class
Description
Base class for array Morphers.
Base class for primitive decimal conversion.
Base class por primitive integer conversion.
Base class for ObjectMorpher implementations.
Base class for primitive value conversion.
Provides assertions on arrays (primitive and objects).
All methods support multiple dimensional arrays.
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.
Morphs to a BigDecimal.
Morphs to a BigInteger.
Morphs an array to a boolean[].
Morphs to a boolean.
Morphs an array to a Boolean[].
Morphs to a Boolean.
Morphs an array to a byte[].
Morphs to a byte.
Morphs an array to a Character[].
Morphs to a Character.
Morphs an array to a char[].
Morphs to a char.
Morphs to a Class.
This morpher is a singleton.
Morphs a String to a Date.
Morphs an array to a double[].
Morphs to a double.
Morphs an array to a float[].
Moprhs to a float.
Morpher that performs no conversion.
This morpher is a singleton.
Morphs an array to a int[].
Morphs to an int.
Morphs an array to a long[].
Morphs to a long.
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.
 
 
Marker interface for morphers.
All implementations must have a morph( Object value ) method that returns the appropiate morphed value.
Convenient class that manages Morphers.
A MorpherRehistry manages a group of Morphers.
A MorphException indicates that a call to Morpher.morph() has failed to complete successfully.
Based on common-beauntils ConversionException.
Covenient class for registering standard morphers to a ConvertRegistry.<br
Morphs to a subclass of Number.
Supported types are - Byte, Short, Integer, Long, Float, BigInteger, BigtDecimal.
Morphs an array to another array using a Morpher.
Morphs a List to another List using a Morpher.
Marker interface for morphers that return an Object.
Morphs an array to a short[].
Morphs to a short.
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.