Class MessageSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<T>
com.fasterxml.jackson.databind.ser.std.StdSerializer<org.apache.qpid.protonj2.client.Message>
io.aiven.kafka.connect.amqp.source.extractor.MessageSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

public final class MessageSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.apache.qpid.protonj2.client.Message>
Serializes an AMQP Message into a JSON format.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
    MessageSerializer(Class<org.apache.qpid.protonj2.client.Message> t)
    Constructor for an arbitrary Message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(org.apache.qpid.protonj2.client.Message msg, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
     

    Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MessageSerializer

      public MessageSerializer()
      Default constructor.
    • MessageSerializer

      public MessageSerializer(Class<org.apache.qpid.protonj2.client.Message> t)
      Constructor for an arbitrary Message.
      Parameters:
      t - the class of the Message to process.
  • Method Details

    • serialize

      public void serialize(org.apache.qpid.protonj2.client.Message msg, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.apache.qpid.protonj2.client.Message>
      Throws:
      IOException
      com.fasterxml.jackson.core.JsonProcessingException