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.
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
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 classcom.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 classcom.fasterxml.jackson.databind.ser.std.StdSerializer<MessageHeaders>
- Throws:
IOException
-
MessageHeadersJsonSerializer
for Jackson 3.