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

Uses of Mapper in be.idamf.sofa.mapper
 

Subinterfaces of Mapper in be.idamf.sofa.mapper
 interface BidirectionalMapper<A,B>
          A bidirectional mapper is able to map from A to B and vice versa.
 interface 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.
 

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



Copyright © 2013 iDA-MediaFoundry. All Rights Reserved.