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.
  • Constructor Details

    • AbstractIntegerMorpher

      public AbstractIntegerMorpher()
    • AbstractIntegerMorpher

      public AbstractIntegerMorpher(boolean useDefault)
      Parameters:
      useDefault - if morph() should return a default value if the value to be morphed is null
  • Method Details

    • getIntegerValue

      protected String getIntegerValue(Object obj)
      Trims the String from the begining to the first "."