Class RegionSerializer
-
- All Implemented Interfaces:
-
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class RegionSerializer extends ValueSerializer<Region>
Serialize AWS Region objects. API Reference
-
-
Field Summary
Fields Modifier and Type Field Description private final ValueSerializer<?>delegateeprivate final BooleanisUnwrappingSerializer
-
Constructor Summary
Constructors Constructor Description RegionSerializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(Region value, JsonGenerator gen, SerializationContext serializers)-
Methods inherited from class com.adobe.testing.s3mock.s3.dto.serialization.RegionSerializer
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
-
-