Class Parameter31Deserializer
java.lang.Object
tools.jackson.databind.ValueDeserializer<io.swagger.v3.oas.models.parameters.Parameter>
io.micronaut.openapi.swagger.core.util.ParameterDeserializer
io.micronaut.openapi.swagger.core.util.Parameter31Deserializer
- All Implemented Interfaces:
tools.jackson.databind.deser.NullValueProvider
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 ParameterDeserializer
openapi31 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ParameterDeserializer
deserializeMethods 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
-
Constructor Details
-
Parameter31Deserializer
public Parameter31Deserializer()
-