Class LocalTimeSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<T>
tools.jackson.databind.ser.std.StdSerializer<T>
tools.jackson.databind.ser.std.StdScalarSerializer<LocalTime>
io.vrap.rmf.base.client.utils.json.modules.serializers.LocalTimeSerializer
- All Implemented Interfaces:
JsonFormatVisitable
serializes a
LocalTime to DateTimeFormatter.ISO_TIME format-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(LocalTime value, tools.jackson.core.JsonGenerator gen, SerializationContext arg2) Methods inherited from class tools.jackson.databind.ser.std.StdScalarSerializer
acceptJsonFormatVisitor, serializeWithTypeMethods inherited from class tools.jackson.databind.ser.std.StdSerializer
handledType, wrapAndThrow, wrapAndThrowMethods inherited from class tools.jackson.databind.ValueSerializer
createContextual, getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
LocalTimeSerializer
public LocalTimeSerializer()
-
-
Method Details
-
serialize
public void serialize(LocalTime value, tools.jackson.core.JsonGenerator gen, SerializationContext arg2) - Specified by:
serializein classStdSerializer<LocalTime>
-