Uses of Class
net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
-
Packages that use AbstractPrimitiveMorpher Package Description net.sf.ezmorph.primitive Morphers for primitive types. -
-
Uses of AbstractPrimitiveMorpher in net.sf.ezmorph.primitive
Subclasses of AbstractPrimitiveMorpher in net.sf.ezmorph.primitive Modifier and Type Class Description 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.
-