Class RegionDeserializer

  • All Implemented Interfaces:
    tools.jackson.databind.deser.NullValueProvider

    
    public final class RegionDeserializer
    extends ValueDeserializer<Region>
                        

    Serialize AWS Region objects. API Reference

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Region deserialize(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
    • Constructor Detail

      • RegionDeserializer

        RegionDeserializer()