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 |
|
方法摘要 |
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.