public static class JacksonSerializers.LocalDateStringSerializer extends com.fasterxml.jackson.databind.ser.std.StdScalarSerializer<LocalDate>
| Constructor and Description |
|---|
LocalDateStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate ld,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
acceptJsonFormatVisitor, getSchema, serializeWithTypecreateObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowpublic void serialize(LocalDate ld, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider arg2) throws IOException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<LocalDate>IOExceptionCopyright © 2019. All rights reserved.