public class MessageSourceResolvableSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageSourceResolvable>
MessageResolver
for MessageSourceResolvable
instances about to be serialized.Constructor and Description |
---|
MessageSourceResolvableSerializer(MessageResolver resolver)
Creates a new
MessageSourceResolvableSerializer for the given MessageResolver . |
Modifier and Type | Method and Description |
---|---|
void |
serialize(MessageSourceResolvable value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
_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
public MessageSourceResolvableSerializer(MessageResolver resolver)
MessageSourceResolvableSerializer
for the given MessageResolver
.resolver
- must not be null.public void serialize(MessageSourceResolvable value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageSourceResolvable>
IOException
Copyright © 2011–2021 Pivotal, Inc.. All rights reserved.