Modifier | Constructor and Description |
---|---|
protected |
CommaListJoinSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(List<String> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
acceptJsonFormatVisitor, getSchema, serializeWithType
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
public void serialize(List<String> value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class com.fasterxml.jackson.databind.ser.std.StdSerializer<List<String>>
IOException
com.fasterxml.jackson.core.JsonGenerationException
Copyright © 2011–2017. All rights reserved.