Package net.sf.ezmorph.primitive
Class AbstractIntegerMorpher
- java.lang.Object
-
- net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
-
- net.sf.ezmorph.primitive.AbstractIntegerMorpher
-
- All Implemented Interfaces:
Morpher
- Direct Known Subclasses:
ByteMorpher
,IntMorpher
,LongMorpher
,ShortMorpher
public abstract class AbstractIntegerMorpher extends AbstractPrimitiveMorpher
Base class por primitive integer conversion.- Author:
- Andres Almiray
-
-
Constructor Summary
Constructors Constructor Description AbstractIntegerMorpher()
AbstractIntegerMorpher(boolean useDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getIntegerValue(Object obj)
Trims the String from the begining to the first "."-
Methods inherited from class net.sf.ezmorph.primitive.AbstractPrimitiveMorpher
isUseDefault, supports
-
-