类 AbstractIntegerMorpher
java.lang.Object
com.sh.json.ezmorph.primitive.AbstractPrimitiveMorpher
com.sh.json.ezmorph.primitive.AbstractIntegerMorpher
- 所有已实现的接口:
Morpher
- 直接已知子类:
ByteMorpher,IntMorpher,LongMorpher,ShortMorpher
Base class por primitive integer conversion.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StringgetIntegerValue(Object obj) Trims the String from the begining to the first "."从类继承的方法 com.sh.json.ezmorph.primitive.AbstractPrimitiveMorpher
isUseDefault, supports
-
构造器详细资料
-
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
Trims the String from the begining to the first "."
-