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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReferenceconvert(ErrorTypeReference errorTypeReference) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
ErrorTypesReferencesConverter
public ErrorTypesReferencesConverter()
-
-
Method Details
-
convert
public ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference convert(ErrorTypeReference errorTypeReference) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ErrorTypeReference,ch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReference>
-