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 classAbstractDecimalMorpherBase class for primitive decimal conversion.classAbstractIntegerMorpherBase class por primitive integer conversion.classBooleanMorpherMorphs to a boolean.classByteMorpherMorphs to a byte.classCharMorpherMorphs to a char.classDoubleMorpherMorphs to a double.classFloatMorpherMoprhs to a float.classIntMorpherMorphs to an int.classLongMorpherMorphs to a long.classShortMorpherMorphs to a short.
-