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

java.lang.Object
  继承者 org.codehaus.jackson.map.JsonSerializer<OAuth2Exception>
      继承者 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer

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

作者:
Dave Syer

嵌套类摘要
 
从类 org.codehaus.jackson.map.JsonSerializer 继承的嵌套类/接口
org.codehaus.jackson.map.JsonSerializer.None
 
构造方法摘要
OAuth2ExceptionJackson1Serializer()
           
 
方法摘要
 void serialize(OAuth2Exception value, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
           
 
从类 org.codehaus.jackson.map.JsonSerializer 继承的方法
handledType, isUnwrappingSerializer, serializeWithType, unwrappingSerializer
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OAuth2ExceptionJackson1Serializer

public OAuth2ExceptionJackson1Serializer()
方法详细信息

serialize

public void serialize(OAuth2Exception value,
                      org.codehaus.jackson.JsonGenerator jgen,
                      org.codehaus.jackson.map.SerializerProvider provider)
               throws IOException,
                      org.codehaus.jackson.JsonProcessingException
指定者:
org.codehaus.jackson.map.JsonSerializer<OAuth2Exception> 中的 serialize
抛出:
IOException
org.codehaus.jackson.JsonProcessingException


Copyright © 2013. All rights reserved.