public static class DateHelper.SimpleDateSerializer extends com.fasterxml.jackson.databind.JsonSerializer<LocalDate>
| Constructor and Description |
|---|
SimpleDateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(LocalDate value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(LocalDate value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<LocalDate>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2025. All rights reserved.