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