net.sf.ezmorph.object
public final class ObjectListMorpher extends AbstractObjectMorpher
| Constructor Summary | |
|---|---|
| ObjectListMorpher(Morpher morpher)
Creates a new ArrayMorpher which will use another Morpher for its inner
type. The inner morpher can not morph to an array. | |
| ObjectListMorpher(Morpher morpher, Object defaultValue) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | hashCode() |
| Object | morph(Object value) |
| Class | morphsTo() |
| boolean | supports(Class clazz) |
Parameters: morpher the Morpher that will handle the array's inner type.