|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of the object to transform.public interface Transformer<T>
Transform some an object of some type to another object of the same type.
| Method Summary | |
|---|---|
T |
transform(T input)
Apply a transformation on the input object. |
| Method Detail |
|---|
T transform(T input)
throws Exception
input - the object to transform.
Exception - if an exception occured during transformation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||