|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T1 - The type expected by this transformer.T2 - The type returned by this transformer.public interface Transformer<T1,T2>
An interface to an object that can transform one object into another.
| Method Summary | |
|---|---|
T2 |
transform(T1 object)
Transforms one object into another object. |
| Method Detail |
|---|
T2 transform(T1 object)
object - The object to transform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||