Package be.idamf.sofa.mapper

Interface Summary
BidirectionalMapper<A,B> A bidirectional mapper is able to map from A to B and vice versa.
Mapper<A,B> A Mapper is capable of mapping an object of type A to an object of type B.
MapperStrategy<A,B> Mapper strategy.
StrategyMapper<A,B> Mapper interface defining operations to map B to A objects, using strategies, while the A to B mapping does not need a strategy.
 

Class Summary
AbstractBidirectionalMapper<A,B>  
AbstractBidirectionalStrategyMapper<A,B> Abstract mapper class, implementing the B to A mapping methods as delegation to the strategy.
AbstractMapper<A,B> Abstract mapper class, implementing the Mapper.mapCollectionOfAToCollectionOfB(java.util.Collection, java.util.Collection) method by just iterating the list and calling the Mapper.mapAToB(Object).
 



Copyright © 2013 iDA-MediaFoundry. All Rights Reserved.