|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ezmorph.array.AbstractArrayMorpher
net.sf.ezmorph.array.ObjectArrayMorpher
public class ObjectArrayMorpher
Morphs an array to another array using a Morpher.
| Constructor Summary | |
|---|---|
ObjectArrayMorpher(Morpher morpher)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.Object |
morph(java.lang.Object array)
Morphs the input object into an output object of the supported type. |
java.lang.Class |
morphsTo()
Returns the target Class for conversion. |
boolean |
supports(java.lang.Class clazz)
Returns true if the Morpher supports conversion from this Class. |
| Methods inherited from class net.sf.ezmorph.array.AbstractArrayMorpher |
|---|
createDimensions, getDimensions, isUseDefault, setUseDefault |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectArrayMorpher(Morpher morpher)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object morph(java.lang.Object array)
ObjectMorpher
array - The input value to be morphedpublic java.lang.Class morphsTo()
MorpherReturns the target Class for conversion.
public boolean supports(java.lang.Class clazz)
MorpherReturns true if the Morpher supports conversion from this Class.
supports in interface Morphersupports in class AbstractArrayMorpherclazz - the source Class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||