类 StringMorpher
java.lang.Object
com.sh.json.ezmorph.object.StringMorpher
- 所有已实现的接口:
Morpher,ObjectMorpher
Morphs to a String.
This morpher is a singleton.
This morpher is a singleton.
-
方法概要
修饰符和类型方法说明booleanstatic StringMorpherReturns the singleton instanceinthashCode()Morphs the input object into an output object of the supported type.Class<?>morphsTo()Returns the target Class for conversion.booleanReturns true if the Morpher supports conversion from this Class.
-
方法详细资料
-
getInstance
Returns the singleton instance -
equals
-
hashCode
public int hashCode() -
morph
从接口复制的说明:ObjectMorpherMorphs the input object into an output object of the supported type.- 指定者:
morph在接口中ObjectMorpher- 参数:
value- The input value to be morphed
-
morphsTo
从接口复制的说明:MorpherReturns the target Class for conversion. -
supports
从接口复制的说明:MorpherReturns true if the Morpher supports conversion from this Class.
-