org.springframework.security.oauth2.common
类 OAuth2AccessTokenJackson1Serializer

java.lang.Object
  继承者 org.codehaus.jackson.map.JsonSerializer<T>
      继承者 org.codehaus.jackson.map.ser.std.SerializerBase<T>
          继承者 org.codehaus.jackson.map.ser.SerializerBase<OAuth2AccessToken>
              继承者 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer
所有已实现的接口:
org.codehaus.jackson.schema.SchemaAware

public final class OAuth2AccessTokenJackson1Serializer
extends org.codehaus.jackson.map.ser.SerializerBase<OAuth2AccessToken>

Provides the ability to serialize an OAuth2AccessToken with jackson by implementing JsonSerializer. Refer to OAuth2AccessTokenJackson1Deserializer to learn more about the JSON format that is used.

作者:
Rob Winch
另请参见:
OAuth2AccessTokenJackson1Deserializer

嵌套类摘要
 
从类 org.codehaus.jackson.map.JsonSerializer 继承的嵌套类/接口
org.codehaus.jackson.map.JsonSerializer.None
 
字段摘要
 
从类 org.codehaus.jackson.map.ser.std.SerializerBase 继承的字段
_handledType
 
构造方法摘要
OAuth2AccessTokenJackson1Serializer()
           
 
方法摘要
 void serialize(OAuth2AccessToken token, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
           
 
从类 org.codehaus.jackson.map.ser.std.SerializerBase 继承的方法
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
 
从类 org.codehaus.jackson.map.JsonSerializer 继承的方法
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OAuth2AccessTokenJackson1Serializer

public OAuth2AccessTokenJackson1Serializer()
方法详细信息

serialize

public void serialize(OAuth2AccessToken token,
                      org.codehaus.jackson.JsonGenerator jgen,
                      org.codehaus.jackson.map.SerializerProvider provider)
               throws IOException,
                      org.codehaus.jackson.JsonGenerationException
指定者:
org.codehaus.jackson.map.ser.std.SerializerBase<OAuth2AccessToken> 中的 serialize
抛出:
IOException
org.codehaus.jackson.JsonGenerationException


Copyright © 2013. All rights reserved.