public final class LocalDateSerializer extends StdScalarSerializer<LocalDate>
LocalDate to DateTimeFormatter.ISO_DATE formatJsonSerializer.None| Constructor and Description |
|---|
LocalDateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate value,
com.fasterxml.jackson.core.JsonGenerator gen,
SerializerProvider arg2) |
acceptJsonFormatVisitor, getSchema, serializeWithTypegetSchema, handledType, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic LocalDateSerializer()
public void serialize(LocalDate value, com.fasterxml.jackson.core.JsonGenerator gen, SerializerProvider arg2) throws IOException
serialize in class StdSerializer<LocalDate>IOException