Class SavedSearchListRSConverter

java.lang.Object
ma.glasnost.orika.CustomConverter<SavedSearchDataList,SavedSearchListRS>
de.hybris.platform.coretransportocc.mapping.converters.SavedSearchListRSConverter
All Implemented Interfaces:
ma.glasnost.orika.Converter<SavedSearchDataList,SavedSearchListRS>, ma.glasnost.orika.MappedTypePair<SavedSearchDataList,SavedSearchListRS>

public class SavedSearchListRSConverter extends ma.glasnost.orika.CustomConverter<SavedSearchDataList,SavedSearchListRS>
Converter from SavedSearchListData to SavedSearchListRS
  • Field Summary

    Fields inherited from class ma.glasnost.orika.CustomConverter

    destinationType, mapperFacade, sourceType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(SavedSearchDataList savedSearchDataList, ma.glasnost.orika.metadata.Type<? extends SavedSearchListRS> type, ma.glasnost.orika.MappingContext mappingContext)
    Converts the list of saved searches into a savedSearchListRS

    Methods inherited from class ma.glasnost.orika.CustomConverter

    canConvert, equals, getAType, getBType, hashCode, setMapperFacade, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SavedSearchListRSConverter

      public SavedSearchListRSConverter()
  • Method Details

    • convert

      public SavedSearchListRS convert(SavedSearchDataList savedSearchDataList, ma.glasnost.orika.metadata.Type<? extends SavedSearchListRS> type, ma.glasnost.orika.MappingContext mappingContext)
      Converts the list of saved searches into a savedSearchListRS
      Parameters:
      savedSearchDataList - the list of saved searches
      type - the destination type of the conversion
      mappingContext - the mappingContext
      Returns:
      a SavedSearchListRS