|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectMorpher
Marker interface for morphers that return an Object.
Method Summary | |
---|---|
Object |
morph(Object value)
Morphs the input object into an output object of the supported type. |
Methods inherited from interface net.sf.ezmorph.Morpher |
---|
morphsTo, supports |
Method Detail |
---|
Object morph(Object value)
value
- The input value to be morphed
MorphException
- if conversion cannot be performed successfully
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |