Package com.adobe.testing.s3mock.dto
Class InstantSerializer
-
- All Implemented Interfaces:
-
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class InstantSerializer extends ValueSerializer<Instant>
-
-
Field Summary
Fields Modifier and Type Field Description private final ValueSerializer<?>delegateeprivate final BooleanisUnwrappingSerializer
-
Constructor Summary
Constructors Constructor Description InstantSerializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(Instant value, JsonGenerator gen, SerializationContext ctxt)-
Methods inherited from class com.adobe.testing.s3mock.dto.InstantSerializer
getDelegatee, isUnwrappingSerializer -
Methods inherited from class tools.jackson.databind.ValueSerializer
createContextual, handledType, isEmpty, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties -
Methods inherited from class tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
acceptJsonFormatVisitor -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-