Package io.swagger.v3.core.util
Class ApiResponsesDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<ApiResponses>
-
- io.swagger.v3.core.util.ApiResponsesDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Direct Known Subclasses:
ApiResponses31Deserializer
public class ApiResponsesDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<ApiResponses>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanopenapi31
-
Constructor Summary
Constructors Constructor Description ApiResponsesDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponsesdeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
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
-
-
-
-
Method Detail
-
deserialize
public ApiResponses deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<ApiResponses>- Throws:
IOException
-
-