java.lang.Object
ma.glasnost.orika.CustomMapper<
List<
Object>,
List<Object>>
de.hybris.platform.searchprovidercssearchservices.spi.service.impl.CSSearchSnSearchProvider.ListCustomMapper
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, getAType, getBType, setMapperFacade, setUsedMappers
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListCustomMapper
protected ListCustomMapper()
-
Method Details
-
mapAtoB
public void mapAtoB(List<Object> source,
List<Object> destination,
ma.glasnost.orika.MappingContext context)
- Specified by:
mapAtoB in interface ma.glasnost.orika.Mapper<List<Object>,List<Object>>
- Overrides:
mapAtoB in class ma.glasnost.orika.CustomMapper<List<Object>,List<Object>>
-
mapBtoA
public void mapBtoA(List<Object> source,
List<Object> destination,
ma.glasnost.orika.MappingContext context)
- Specified by:
mapBtoA in interface ma.glasnost.orika.Mapper<List<Object>,List<Object>>
- Overrides:
mapBtoA in class ma.glasnost.orika.CustomMapper<List<Object>,List<Object>>
-
map
protected void map(List<Object> source,
List<Object> destination,
ma.glasnost.orika.MappingContext context)