Uses of Package
be.idamf.sofa.mapper

Classes in be.idamf.sofa.mapper used by be.idamf.sofa.mapper
AbstractBidirectionalMapper
           
AbstractMapper
          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).
BidirectionalMapper
          A bidirectional mapper is able to map from A to B and vice versa.
Mapper
          A Mapper is capable of mapping an object of type A to an object of type B.
MapperStrategy
          Mapper strategy.
StrategyMapper
          Mapper interface defining operations to map B to A objects, using strategies, while the A to B mapping does not need a strategy.
 



Copyright © 2013 iDA-MediaFoundry. All Rights Reserved.