public final class LocalDateSerializer extends com.fasterxml.jackson.databind.ser.std.StdScalarSerializer<LocalDate>
| Constructor and Description |
|---|
LocalDateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
acceptJsonFormatVisitor, getSchema, serializeWithTypegetSchema, handledType, wrapAndThrow, wrapAndThrowpublic void serialize(LocalDate value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider arg2) throws IOException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<LocalDate>IOException