Uses of Class
net.sf.ezmorph.primitive.AbstractIntegerMorpher
-
Packages that use AbstractIntegerMorpher Package Description net.sf.ezmorph.primitive Morphers for primitive types. -
-
Uses of AbstractIntegerMorpher in net.sf.ezmorph.primitive
Subclasses of AbstractIntegerMorpher in net.sf.ezmorph.primitive Modifier and Type Class Description class
ByteMorpher
Morphs to a byte.class
IntMorpher
Morphs to an int.class
LongMorpher
Morphs to a long.class
ShortMorpher
Morphs to a short.
-