Class Paths31Deserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<io.swagger.v3.oas.models.Paths>
-
- io.micronaut.openapi.swagger.jackson.util.PathsDeserializer
-
- io.micronaut.openapi.swagger.jackson.util.Paths31Deserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
@Internal public class Paths31Deserializer extends PathsDeserializer
This class is copied from swagger-core library.- Since:
- 4.6.0
-
-
Field Summary
-
Fields inherited from class io.micronaut.openapi.swagger.jackson.util.PathsDeserializer
openapi31
-
-
Constructor Summary
Constructors Constructor Description Paths31Deserializer()
-
Method Summary
-
Methods inherited from class io.micronaut.openapi.swagger.jackson.util.PathsDeserializer
deserialize
-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-