|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- type to adapt fromB
- type to adapt topublic interface Adapter<A,B>
Converts and instance of type A to a new instance of type B. Adapter is used in the Messaging system for serialization.
Method Summary | |
---|---|
B |
adapt(A a)
Adapts the given instance. |
Method Detail |
---|
B adapt(A a)
a
- instance to adapt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |