ma.glasnost.orika.test.community
Class CustomMergerTest.MergingMapper

java.lang.Object
  extended by ma.glasnost.orika.CustomMapper<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>
      extended by ma.glasnost.orika.test.community.CustomMergerTest.MergingMapper
All Implemented Interfaces:
MappedTypePair<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>, Mapper<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>
Enclosing class:
CustomMergerTest

public static class CustomMergerTest.MergingMapper
extends CustomMapper<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>


Field Summary
 
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade
 
Constructor Summary
CustomMergerTest.MergingMapper()
           
 
Method Summary
 void mapAtoB(Collection<CustomMergerTest.Dto> a, Collection<CustomMergerTest.Entity> b, MappingContext context)
           
 
Methods inherited from class ma.glasnost.orika.CustomMapper
getAType, getBType, mapBtoA, setMapperFacade, setUsedMappers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomMergerTest.MergingMapper

public CustomMergerTest.MergingMapper()
Method Detail

mapAtoB

public void mapAtoB(Collection<CustomMergerTest.Dto> a,
                    Collection<CustomMergerTest.Entity> b,
                    MappingContext context)
Specified by:
mapAtoB in interface Mapper<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>
Overrides:
mapAtoB in class CustomMapper<Collection<CustomMergerTest.Dto>,Collection<CustomMergerTest.Entity>>


Copyright © 2012 Glasnost. All Rights Reserved.