Uses of Class
net.sf.ezmorph.primitive.AbstractPrimitiveMorpher

Packages that use AbstractPrimitiveMorpher
net.sf.ezmorph.primitive Morphers for primitive types. 
 

Uses of AbstractPrimitiveMorpher in net.sf.ezmorph.primitive
 

Subclasses of AbstractPrimitiveMorpher in net.sf.ezmorph.primitive
 class AbstractDecimalMorpher
          Base class for primitive decimal conversion.
 class AbstractIntegerMorpher
          Base class por primitive integer conversion.
 class BooleanMorpher
          Morphs to a boolean.
 class ByteMorpher
          Morphs to a byte.
 class CharMorpher
          Morphs to a char.
 class DoubleMorpher
          Morphs to a double.
 class FloatMorpher
          Moprhs to a float.
 class IntMorpher
          Morphs to an int.
 class LongMorpher
          Morphs to a long.
 class ShortMorpher
          Morphs to a short.
 



Copyright © 2006-2008. All Rights Reserved.