java.lang.Object
ma.glasnost.orika.CustomConverter<FareInfoData,FareInfo>
de.hybris.platform.coreairlinecommonsocc.mapping.converters.FareInfoConverter
All Implemented Interfaces:
ma.glasnost.orika.Converter<FareInfoData,FareInfo>, ma.glasnost.orika.MappedTypePair<FareInfoData,FareInfo>

public class FareInfoConverter extends ma.glasnost.orika.CustomConverter<FareInfoData,FareInfo>
Converter from FareInfoData to
  • 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(FareInfoData source, ma.glasnost.orika.metadata.Type<? extends FareInfo> destinationType, ma.glasnost.orika.MappingContext mappingContext)
    Populates the fare info from the fareInfoData.

    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

    • FareInfoConverter

      public FareInfoConverter()
  • Method Details

    • convert

      public FareInfo convert(FareInfoData source, ma.glasnost.orika.metadata.Type<? extends FareInfo> destinationType, ma.glasnost.orika.MappingContext mappingContext)
      Populates the fare info from the fareInfoData.
      Parameters:
      source - fareInfoData
      destinationType - the destination type of the conversion
      mappingContext - the mapping context
      Returns:
      the FareInfo