类 ObjectArrayMorpher
java.lang.Object
com.sh.json.ezmorph.array.AbstractArrayMorpher
com.sh.json.ezmorph.array.ObjectArrayMorpher
- 所有已实现的接口:
Morpher,ObjectMorpher
Morphs an array to another array using a Morpher.
-
构造器概要
构造器构造器说明ObjectArrayMorpher(Morpher morpher) Creates a new ArrayMorpher which will use another Morpher for its inner type.
The inner morpher can not morph to an array. -
方法概要
从类继承的方法 com.sh.json.ezmorph.array.AbstractArrayMorpher
createDimensions, getDimensions, isUseDefault, setUseDefault
-
构造器详细资料
-
ObjectArrayMorpher
Creates a new ArrayMorpher which will use another Morpher for its inner type.
The inner morpher can not morph to an array. Multiple dimension arrays are already handled by this class.- 参数:
morpher- the Morpher that will handle the array's inner type.
-
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
morph
从接口复制的说明:ObjectMorpherMorphs the input object into an output object of the supported type.- 参数:
array- The input value to be morphed
-
morphsTo
从接口复制的说明:MorpherReturns the target Class for conversion.- 返回:
- the target Class for conversion.
-
supports
从接口复制的说明:MorpherReturns true if the Morpher supports conversion from this Class.- 指定者:
supports在接口中Morpher- 覆盖:
supports在类中AbstractArrayMorpher- 参数:
clazz- the source Class- 返回:
- true if clazz is supported by this morpher, false otherwise.
-