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

java.lang.Object
  继承者 com.fasterxml.jackson.databind.JsonSerializer<T>
      继承者 com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2Exception>
          继承者 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer
所有已实现的接口:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware

public class OAuth2ExceptionJackson2Serializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2Exception>

作者:
Brian Clozel

嵌套类摘要
 
从类 com.fasterxml.jackson.databind.JsonSerializer 继承的嵌套类/接口
com.fasterxml.jackson.databind.JsonSerializer.None
 
字段摘要
 
从类 com.fasterxml.jackson.databind.ser.std.StdSerializer 继承的字段
_handledType
 
构造方法摘要
OAuth2ExceptionJackson2Serializer()
           
 
方法摘要
 void serialize(OAuth2Exception value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 
从类 com.fasterxml.jackson.databind.ser.std.StdSerializer 继承的方法
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
 
从类 com.fasterxml.jackson.databind.JsonSerializer 继承的方法
getDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OAuth2ExceptionJackson2Serializer

public OAuth2ExceptionJackson2Serializer()
方法详细信息

serialize

public void serialize(OAuth2Exception value,
                      com.fasterxml.jackson.core.JsonGenerator jgen,
                      com.fasterxml.jackson.databind.SerializerProvider provider)
               throws IOException,
                      com.fasterxml.jackson.core.JsonProcessingException
指定者:
com.fasterxml.jackson.databind.ser.std.StdSerializer<OAuth2Exception> 中的 serialize
抛出:
IOException
com.fasterxml.jackson.core.JsonProcessingException


Copyright © 2013. All rights reserved.