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>
-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmapAtoB(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, shouldMapMethods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, getAType, getBType, setMapperFacade, setUsedMappers
-
Constructor Details
-
SpellingSuggestionMapper
public SpellingSuggestionMapper()
-
-
Method Details
-
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>
-