Class ErrorTypesReferencesConverter

java.lang.Object
ch.admin.bit.jeap.errorhandling.infrastructure.kafka.converters.ErrorTypesReferencesConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ErrorTypeReference,ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference>

@Component public class ErrorTypesReferencesConverter extends Object implements org.springframework.core.convert.converter.Converter<ErrorTypeReference,ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference>
  • Constructor Details

    • ErrorTypesReferencesConverter

      public ErrorTypesReferencesConverter()
  • Method Details

    • convert

      public ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference convert(ErrorTypeReference errorTypeReference)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<ErrorTypeReference,ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference>