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

java.lang.Object
  extended by ma.glasnost.orika.CustomMapper
      extended by ma.glasnost.orika.test.community.CustomMergerTest.DesiredMergingMapper
All Implemented Interfaces:
MappedTypePair, Mapper
Enclosing class:
CustomMergerTest

public static class CustomMergerTest.DesiredMergingMapper
extends CustomMapper


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

Constructor Detail

CustomMergerTest.DesiredMergingMapper

public CustomMergerTest.DesiredMergingMapper()
Method Detail

mapAtoB

public void mapAtoB(Collection srcDtos,
                    Collection dstEntities,
                    Class<? extends CustomMergerTest.Dto> srcDtoClass,
                    Class<? extends CustomMergerTest.Entity> dstEntityClass,
                    MappingContext context)


Copyright © 2012 Glasnost. All Rights Reserved.