类 BigIntegerMorpher
java.lang.Object
com.sh.json.ezmorph.object.AbstractObjectMorpher
com.sh.json.ezmorph.object.BigIntegerMorpher
- 所有已实现的接口:
Morpher,ObjectMorpher
Morphs to a BigInteger.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanReturns the default value for this Morpher.protected StringgetIntegerValue(Object obj) Trims the String from the begining to the first "."inthashCode()Morphs the input object into an output object of the supported type.Class<?>morphsTo()Returns the target Class for conversion.从类继承的方法 com.sh.json.ezmorph.object.AbstractObjectMorpher
isUseDefault, setUseDefault, supports
-
构造器详细资料
-
BigIntegerMorpher
public BigIntegerMorpher() -
BigIntegerMorpher
- 参数:
defaultValue- return value if the value to be morphed is null
-
-
方法详细资料
-
equals
-
getDefaultValue
Returns the default value for this Morpher. -
hashCode
public int hashCode() -
morph
从接口复制的说明:ObjectMorpherMorphs the input object into an output object of the supported type.- 参数:
value- The input value to be morphed
-
morphsTo
从接口复制的说明:MorpherReturns the target Class for conversion.- 返回:
- the target Class for conversion.
-
getIntegerValue
Trims the String from the begining to the first "."
-