Class CSSearchSnSearchProvider.ListCustomMapper

java.lang.Object
ma.glasnost.orika.CustomMapper<List<Object>,List<Object>>
de.hybris.platform.searchprovidercssearchservices.spi.service.impl.CSSearchSnSearchProvider.ListCustomMapper
All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<List<Object>,List<Object>>, ma.glasnost.orika.Mapper<List<Object>,List<Object>>
Enclosing class:
CSSearchSnSearchProvider

protected static class CSSearchSnSearchProvider.ListCustomMapper extends ma.glasnost.orika.CustomMapper<List<Object>,List<Object>>
  • Field Summary

    Fields inherited from class ma.glasnost.orika.CustomMapper

    aType, bType, mapperFacade
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    map(List<Object> source, List<Object> destination, ma.glasnost.orika.MappingContext context)
     
    void
    mapAtoB(List<Object> source, List<Object> destination, ma.glasnost.orika.MappingContext context)
     
    void
    mapBtoA(List<Object> source, List<Object> destination, ma.glasnost.orika.MappingContext context)
     

    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)