public class AddressMergingMapper extends CustomMapper<List<Address>,List<AddressDTO>>
aType, bType, mapperFacade| Constructor and Description |
|---|
AddressMergingMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapAtoB(List<Address> a,
List<AddressDTO> b,
MappingContext context) |
void |
mapBtoA(List<AddressDTO> b,
List<Address> a,
MappingContext context) |
favorsExtension, getAType, getBType, setMapperFacade, setUsedMapperspublic void mapAtoB(List<Address> a, List<AddressDTO> b, MappingContext context)
mapAtoB in interface Mapper<List<Address>,List<AddressDTO>>mapAtoB in class CustomMapper<List<Address>,List<AddressDTO>>public void mapBtoA(List<AddressDTO> b, List<Address> a, MappingContext context)
mapBtoA in interface Mapper<List<Address>,List<AddressDTO>>mapBtoA in class CustomMapper<List<Address>,List<AddressDTO>>Copyright © 2016 Glasnost. All rights reserved.