net.sf.ezmorph.array
public final class ObjectArrayMorpher extends AbstractArrayMorpher
| Constructor Summary | |
|---|---|
| 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. | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | hashCode() |
| Object | morph(Object array) |
| Class | morphsTo() |
| boolean | supports(Class clazz) |
Parameters: morpher the Morpher that will handle the array's inner type.