org.springframework.security.oauth2.common.exceptions
类 OAuth2ExceptionJackson2Deserializer

java.lang.Object
  继承者 com.fasterxml.jackson.databind.JsonDeserializer<T>
      继承者 com.fasterxml.jackson.databind.deser.std.StdDeserializer<OAuth2Exception>
          继承者 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer
所有已实现的接口:
Serializable

public class OAuth2ExceptionJackson2Deserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<OAuth2Exception>

作者:
Brian Clozel
另请参见:
序列化表格

嵌套类摘要
 
从类 com.fasterxml.jackson.databind.JsonDeserializer 继承的嵌套类/接口
com.fasterxml.jackson.databind.JsonDeserializer.None
 
字段摘要
 
从类 com.fasterxml.jackson.databind.deser.std.StdDeserializer 继承的字段
_valueClass
 
构造方法摘要
OAuth2ExceptionJackson2Deserializer()
           
 
方法摘要
 OAuth2Exception deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
           
 
从类 com.fasterxml.jackson.databind.deser.std.StdDeserializer 继承的方法
_parseBoolean, _parseBooleanFromNumber, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findDeserializer, getValueClass, getValueType, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
 
从类 com.fasterxml.jackson.databind.JsonDeserializer 继承的方法
deserialize, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OAuth2ExceptionJackson2Deserializer

public OAuth2ExceptionJackson2Deserializer()
方法详细信息

deserialize

public OAuth2Exception deserialize(com.fasterxml.jackson.core.JsonParser jp,
                                   com.fasterxml.jackson.databind.DeserializationContext ctxt)
                            throws IOException,
                                   com.fasterxml.jackson.core.JsonProcessingException
指定者:
com.fasterxml.jackson.databind.JsonDeserializer<OAuth2Exception> 中的 deserialize
抛出:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2013. All rights reserved.