|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A - the source object typeB - the destination object typepublic interface MapperStrategy<A,B>
Mapper strategy. A strategy is defined to decide what parts of an object of type B gets mapped to an object of type A. This is useful in situations where the mapping of an object depends on the context in which it is mapped.
| Method Summary | |
|---|---|
A |
mapBToA(B b)
Map an object of type B to an object of type A. |
| Method Detail |
|---|
A mapBToA(B b)
b - the object of type B
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||