public static class LocalDateToJsonDate.Serializer extends com.fasterxml.jackson.databind.JsonSerializer<LocalDate>
| Modifier and Type | Field and Description |
|---|---|
static LocalDateToJsonDate.Serializer |
INSTANCE |
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public static final LocalDateToJsonDate.Serializer INSTANCE
public void serialize(LocalDate value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<LocalDate>IOExceptionCopyright © 2020. All rights reserved.