public static class ObjectMapperWrapper.OffsetDateTimeSerializer extends com.fasterxml.jackson.databind.JsonSerializer<OffsetDateTime>
| Modifier and Type | Field and Description |
|---|---|
static ObjectMapperWrapper.OffsetDateTimeSerializer |
INSTANCE |
| Constructor and Description |
|---|
OffsetDateTimeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<OffsetDateTime> |
handledType() |
void |
serialize(OffsetDateTime offsetDateTime,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public static final ObjectMapperWrapper.OffsetDateTimeSerializer INSTANCE
public void serialize(OffsetDateTime offsetDateTime, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<OffsetDateTime>IOExceptionpublic Class<OffsetDateTime> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<OffsetDateTime>Copyright © 2024. All rights reserved.