org.springframework.security.oauth2.common.exceptions
Class OAuth2ExceptionJackson1Deserializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception>
      extended by org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer

public class OAuth2ExceptionJackson1Deserializer
extends org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception>

Author:
Dave Syer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonDeserializer
org.codehaus.jackson.map.JsonDeserializer.None
 
Constructor Summary
OAuth2ExceptionJackson1Deserializer()
           
 
Method Summary
 OAuth2Exception deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
           
 
Methods inherited from class org.codehaus.jackson.map.JsonDeserializer
deserialize, deserializeWithType, getEmptyValue, getNullValue, unwrappingDeserializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth2ExceptionJackson1Deserializer

public OAuth2ExceptionJackson1Deserializer()
Method Detail

deserialize

public OAuth2Exception deserialize(org.codehaus.jackson.JsonParser jp,
                                   org.codehaus.jackson.map.DeserializationContext ctxt)
                            throws IOException,
                                   org.codehaus.jackson.JsonProcessingException
Specified by:
deserialize in class org.codehaus.jackson.map.JsonDeserializer<OAuth2Exception>
Throws:
IOException
org.codehaus.jackson.JsonProcessingException


Copyright © 2013. All rights reserved.