public class HttpStatusDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.http.HttpStatus>
| Constructor and Description |
|---|
HttpStatusDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpStatus |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic org.springframework.http.HttpStatus deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.http.HttpStatus>IOExceptionCopyright © 2019. All rights reserved.