Class ApiResponses31Deserializer

java.lang.Object
tools.jackson.databind.ValueDeserializer<io.swagger.v3.oas.models.responses.ApiResponses>
io.micronaut.openapi.swagger.core.util.ApiResponsesDeserializer
io.micronaut.openapi.swagger.core.util.ApiResponses31Deserializer
All Implemented Interfaces:
tools.jackson.databind.deser.NullValueProvider

public class ApiResponses31Deserializer extends ApiResponsesDeserializer
This class is copied from swagger-core library.
Since:
4.6.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueDeserializer

    tools.jackson.databind.ValueDeserializer.None
  • Field Summary

    Fields inherited from class ApiResponsesDeserializer

    openapi31
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class ApiResponsesDeserializer

    deserialize

    Methods inherited from class tools.jackson.databind.ValueDeserializer

    createContextual, deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, resolve, supportsUpdate, unwrappingDeserializer

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApiResponses31Deserializer

      public ApiResponses31Deserializer()