|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SRC - Type of the source object.DEST - Type of the destination object.public interface Converter<SRC,DEST>
Converts a source object into a target object.
| Method Summary | |
|---|---|
DEST |
convert(SRC src)
Converts a source instance into a target instance. |
| Method Detail |
|---|
DEST convert(SRC src)
src - Source object to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||