Uses of Interface
net.sf.ezmorph.ObjectMorpher

Packages that use ObjectMorpher
net.sf.ezmorph.array Morphers for arrays. 
net.sf.ezmorph.object Morphers for Object types. 
 

Uses of ObjectMorpher in net.sf.ezmorph.array
 

Classes in net.sf.ezmorph.array that implement ObjectMorpher
 class AbstractArrayMorpher
          Base class for array Morphers.
 class BooleanArrayMorpher
          Morphs an array to a boolean[].
 class BooleanObjectArrayMorpher
          Morphs an array to a Boolean[].
 class ByteArrayMorpher
          Morphs an array to a byte[].
 class CharacterObjectArrayMorpher
          Morphs an array to a Character[].
 class CharArrayMorpher
          Morphs an array to a char[].
 class DoubleArrayMorpher
          Morphs an array to a double[].
 class FloatArrayMorpher
          Morphs an array to a float[].
 class IntArrayMorpher
          Morphs an array to a int[].
 class LongArrayMorpher
          Morphs an array to a long[].
 class ObjectArrayMorpher
          Morphs an array to another array using a Morpher.
 class ShortArrayMorpher
          Morphs an array to a short[].
 

Uses of ObjectMorpher in net.sf.ezmorph.object
 

Classes in net.sf.ezmorph.object that implement ObjectMorpher
 class AbstractObjectMorpher
          Base class for ObjectMorpher implementations.
 class BooleanObjectMorpher
          Morphs to a Boolean.
 class CharacterObjectMorpher
          Morphs to a Character.
 class DateMorpher
          Morphs a String to a Date.
 class IdentityObjectMorpher
          Morpher that performs no conversion.
 class NumberMorpher
          Morphs to a subclass of Number.
 class StringMorpher
          Morphs to a String.
 



Copyright © 2006 null. All Rights Reserved.