public final class OAuth2AccessTokenJackson2Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<OAuth2AccessToken>
Provides the ability to deserialize JSON response into an OAuth2AccessToken with jackson2 by implementing
JsonDeserializer.
The expected format of the access token is defined by Successful Response.
OAuth2AccessTokenJackson2Serializer,
Serialized Form| Constructor and Description |
|---|
OAuth2AccessTokenJackson2Deserializer() |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
_hasTextualNull, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, getValueClass, getValueType, handledType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDoublepublic OAuth2AccessTokenJackson2Deserializer()
public OAuth2AccessToken deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<OAuth2AccessToken>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2015. All rights reserved.