Uses of Interface
be.idamf.sofa.mapper.MapperStrategy

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.
<C extends Collection<A>>
C
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.
<C extends Collection<A>>
C
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.
 



Copyright © 2013 iDA-MediaFoundry. All Rights Reserved.