|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectConverter
Object converter which allows conversion of objects of one class into another.
Method Summary | |
---|---|
Object |
convert(Object source)
Returns the converted source object of a class compatible with the one returned under convertsTo(). |
Class |
convertsTo(Object source)
Returns the class the given source object can be converterd to by this converter. |
Method Detail |
---|
Class convertsTo(Object source)
Object convert(Object source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |