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

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

public class OAuth2ExceptionJackson1Serializer
extends org.codehaus.jackson.map.JsonSerializer<OAuth2Exception>

Author:
Dave Syer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer
org.codehaus.jackson.map.JsonSerializer.None
 
Constructor Summary
OAuth2ExceptionJackson1Serializer()
           
 
Method Summary
 void serialize(OAuth2Exception value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
           
 
Methods inherited from class org.codehaus.jackson.map.JsonSerializer
handledType, isUnwrappingSerializer, serializeWithType, unwrappingSerializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth2ExceptionJackson1Serializer

public OAuth2ExceptionJackson1Serializer()
Method Detail

serialize

public void serialize(OAuth2Exception value,
                      org.codehaus.jackson.JsonGenerator jgen,
                      org.codehaus.jackson.map.SerializerProvider provider)
               throws IOException,
                      org.codehaus.jackson.JsonProcessingException
Specified by:
serialize in class org.codehaus.jackson.map.JsonSerializer<OAuth2Exception>
Throws:
IOException
org.codehaus.jackson.JsonProcessingException


Copyright © 2013. All rights reserved.