Class MessageHeadersJacksonSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<MessageHeaders>
com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageHeaders>
org.springframework.integration.support.json.MessageHeadersJacksonSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable

@Deprecated(since="7.0", forRemoval=true) public class MessageHeadersJacksonSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageHeaders>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 7.0 in favor of MessageHeadersJsonSerializer for Jackson 3.
A Jackson StdSerializer implementation to serialize MessageHeaders as a HashMap.

This technique is much reliable during deserialization, especially when the typeId property is used to store the type.

Since:
4.3.10
Author:
Artem Bilan
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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(MessageHeaders value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    serializeWithType(MessageHeaders value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    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, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class java.lang.Object

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

    • MessageHeadersJacksonSerializer

      public MessageHeadersJacksonSerializer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • serializeWithType

      public void serializeWithType(MessageHeaders value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<MessageHeaders>
      Throws:
      IOException
    • serialize

      public void serialize(MessageHeaders value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageHeaders>
      Throws:
      IOException