|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BidirectionalMapper<A,B>
A bidirectional mapper is able to map from A to B and vice versa.
| Method Summary | ||
|---|---|---|
A |
mapBToA(B b)
Map an object of type B to an object of type A. |
|
|
mapCollectionOfBToCollectionOfA(Collection<B> collectionOfB,
C emptyMutableCollectionOfA)
Map a collection of objects of type B to a collection of objects of type A. |
|
| Methods inherited from interface be.idamf.sofa.mapper.Mapper |
|---|
mapAToB, mapCollectionOfAToCollectionOfB |
| Method Detail |
|---|
A mapBToA(B b)
b - the object of type B
<C extends Collection<A>> C mapCollectionOfBToCollectionOfA(Collection<B> collectionOfB,
C emptyMutableCollectionOfA)
C - The type of the resulting collectioncollectionOfB - the collection of objects of type BemptyMutableCollectionOfA - an instance of the collection of objects of type A, which will be filled up
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||