org.springframework.security.oauth2.common.exceptions
类 OAuth2ExceptionJackson1Deserializer
java.lang.Object
org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception>
org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer
public class OAuth2ExceptionJackson1Deserializer
- extends org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception>
- 作者:
- Dave Syer
| 从类 org.codehaus.jackson.map.JsonDeserializer 继承的嵌套类/接口 |
org.codehaus.jackson.map.JsonDeserializer.None |
| 从类 org.codehaus.jackson.map.JsonDeserializer 继承的方法 |
deserialize, deserializeWithType, getEmptyValue, getNullValue, unwrappingDeserializer |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuth2ExceptionJackson1Deserializer
public OAuth2ExceptionJackson1Deserializer()
deserialize
public OAuth2Exception deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
throws IOException,
org.codehaus.jackson.JsonProcessingException
- 指定者:
- 类
org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception> 中的 deserialize
- 抛出:
IOException
org.codehaus.jackson.JsonProcessingException
Copyright © 2013. All rights reserved.