Class SpellingSuggestionMapper
- java.lang.Object
-
- ma.glasnost.orika.CustomMapper<A,B>
-
- de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SpellingSuggestionData,SpellingSuggestionWsDTO>
-
- de.hybris.platform.ycommercewebservices.mapping.mappers.SpellingSuggestionMapper
-
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SpellingSuggestionData,SpellingSuggestionWsDTO>,ma.glasnost.orika.Mapper<SpellingSuggestionData,SpellingSuggestionWsDTO>
public class SpellingSuggestionMapper extends AbstractCustomMapper<SpellingSuggestionData,SpellingSuggestionWsDTO>
-
-
Constructor Summary
Constructors Constructor Description SpellingSuggestionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapAtoB(SpellingSuggestionData a, SpellingSuggestionWsDTO b, ma.glasnost.orika.MappingContext context)voidmapBtoA(SpellingSuggestionWsDTO b, SpellingSuggestionData a, ma.glasnost.orika.MappingContext context)-
Methods inherited from class de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper
setFieldSelectionStrategy, shouldMap
-
-
-
-
Method Detail
-
mapAtoB
public void mapAtoB(SpellingSuggestionData a, SpellingSuggestionWsDTO b, ma.glasnost.orika.MappingContext context)
- Specified by:
mapAtoBin interfacema.glasnost.orika.Mapper<SpellingSuggestionData,SpellingSuggestionWsDTO>- Overrides:
mapAtoBin classma.glasnost.orika.CustomMapper<SpellingSuggestionData,SpellingSuggestionWsDTO>
-
mapBtoA
public void mapBtoA(SpellingSuggestionWsDTO b, SpellingSuggestionData a, ma.glasnost.orika.MappingContext context)
- Specified by:
mapBtoAin interfacema.glasnost.orika.Mapper<SpellingSuggestionData,SpellingSuggestionWsDTO>- Overrides:
mapBtoAin classma.glasnost.orika.CustomMapper<SpellingSuggestionData,SpellingSuggestionWsDTO>
-
-