|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageMapper<M,O>
Strategy interface for mapping between messages and objects.
Method Summary | |
---|---|
O |
fromMessage(Message<M> message)
Map from the given Message to an object. |
Message<M> |
toMessage(O source)
Map to a Message from the given object. |
Method Detail |
---|
Message<M> toMessage(O source)
Message
from the given object.
O fromMessage(Message<M> message)
Message
to an object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |