Package net.sf.ezmorph.primitive
Morphers for primitive types.
-
Class Summary Class Description AbstractDecimalMorpher Base class for primitive decimal conversion.AbstractIntegerMorpher Base class por primitive integer conversion.AbstractPrimitiveMorpher Base class for primitive value conversion.BooleanMorpher Morphs to a boolean.ByteMorpher Morphs to a byte.CharMorpher Morphs to a char.DoubleMorpher Morphs to a double.FloatMorpher Moprhs to a float.IntMorpher Morphs to an int.LongMorpher Morphs to a long.ShortMorpher Morphs to a short.