Class NotificationChannelConverter

java.lang.Object
ma.glasnost.orika.CustomConverter<Object,Object>
ma.glasnost.orika.converter.BidirectionalConverter<NotificationChannel,String>
de.hybris.platform.notificationocc.mapping.converters.NotificationChannelConverter
All Implemented Interfaces:
ma.glasnost.orika.Converter<Object,Object>, ma.glasnost.orika.MappedTypePair<Object,Object>

public class NotificationChannelConverter extends ma.glasnost.orika.converter.BidirectionalConverter<NotificationChannel,String>
Bidirectional converter between NotificationChannel and String
  • Nested Class Summary

    Nested classes/interfaces inherited from class ma.glasnost.orika.converter.BidirectionalConverter

    ma.glasnost.orika.converter.BidirectionalConverter.Reversed<S extends Object,D extends Object>
  • 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
    convertFrom(String source, ma.glasnost.orika.metadata.Type<NotificationChannel> destinationType, ma.glasnost.orika.MappingContext mappingContext)
     
    convertTo(NotificationChannel source, ma.glasnost.orika.metadata.Type<String> destinationType, ma.glasnost.orika.MappingContext mappingContext)
     

    Methods inherited from class ma.glasnost.orika.converter.BidirectionalConverter

    canConvert, convert, reverse, toString

    Methods inherited from class ma.glasnost.orika.CustomConverter

    equals, getAType, getBType, hashCode, setMapperFacade

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface ma.glasnost.orika.Converter

    setMapperFacade

    Methods inherited from interface ma.glasnost.orika.MappedTypePair

    getAType, getBType
  • Constructor Details

    • NotificationChannelConverter

      public NotificationChannelConverter()
  • Method Details