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