类 AbstractIntegerMorpher

java.lang.Object
com.sh.json.ezmorph.primitive.AbstractPrimitiveMorpher
com.sh.json.ezmorph.primitive.AbstractIntegerMorpher
所有已实现的接口:
Morpher
直接已知子类:
ByteMorpher, IntMorpher, LongMorpher, ShortMorpher

public abstract class AbstractIntegerMorpher extends AbstractPrimitiveMorpher
Base class por primitive integer conversion.
  • 构造器详细资料

    • AbstractIntegerMorpher

      public AbstractIntegerMorpher()
    • AbstractIntegerMorpher

      public AbstractIntegerMorpher(boolean useDefault)
      参数:
      useDefault - if morph() should return a default value if the value to be morphed is null
  • 方法详细资料

    • getIntegerValue

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