|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MapperStrategy in be.idamf.sofa.mapper |
|---|
| Methods in be.idamf.sofa.mapper with parameters of type MapperStrategy | ||
|---|---|---|
A |
StrategyMapper.mapBToA(B b,
MapperStrategy<A,B> strategy)
Map an object of type B to an object of type A, using a given strategy. |
|
A |
AbstractBidirectionalStrategyMapper.mapBToA(B b,
MapperStrategy<A,B> strategy)
Map an object of type B to an object of type A, using a given strategy. |
|
|
StrategyMapper.mapCollectionOfBToCollectionOfA(Collection<B> collectionOfB,
C emptyMutableCollectionOfA,
MapperStrategy<A,B> strategy)
Maps a collection of objects of type B to a collection of objects of type A, using a strategy. |
|
|
AbstractBidirectionalStrategyMapper.mapCollectionOfBToCollectionOfA(Collection<B> collectionOfB,
C emptyMutableCollectionOfA,
MapperStrategy<A,B> strategy)
Maps a collection of objects of type B to a collection of objects of type A, using a strategy. |
|
| Constructors in be.idamf.sofa.mapper with parameters of type MapperStrategy | |
|---|---|
AbstractBidirectionalStrategyMapper(MapperStrategy<A,B> defaultStrategy)
This constructor foreces implementation to always pass in a default strategy, so it can be used when BidirectionalMapper.mapBToA(Object) is called. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||