Class RegionDeserializer
-
- All Implemented Interfaces:
-
tools.jackson.databind.deser.NullValueProvider
public final class RegionDeserializer extends ValueDeserializer<Region>
Serialize AWS Region objects. API Reference
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<Object>knownPropertyNamesprivate final ValueDeserializer<?>delegateeprivate final AccessPatternnullAccessPatternprivate final BooleanisCachableprivate final AccessPatternemptyAccessPattern
-
Constructor Summary
Constructors Constructor Description RegionDeserializer()
-
Method Summary
Modifier and Type Method Description Regiondeserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class com.adobe.testing.s3mock.s3.dto.serialization.RegionDeserializer
getDelegatee, getEmptyAccessPattern, getKnownPropertyNames, getNullAccessPattern, isCachable -
Methods inherited from class tools.jackson.databind.ValueDeserializer
createContextual, deserialize, deserializeWithType, deserializeWithType, findBackReference, getEmptyValue, getObjectIdReader, handledType, logicalType, replaceDelegatee, resolve, supportsUpdate, unwrappingDeserializer -
Methods inherited from class tools.jackson.databind.deser.NullValueProvider
getAbsentValue, getNullValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
deserialize
Region deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-