类 DicSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Object>
cn.jrack.web.config.DicSerializer
- 所有已实现的接口:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,com.fasterxml.jackson.databind.ser.ContextualSerializer
@Order(999)
public class DicSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<Object>
implements com.fasterxml.jackson.databind.ser.ContextualSerializer
-
嵌套类概要
从类继承的嵌套类/接口 com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider serializerProvider, com.fasterxml.jackson.databind.BeanProperty beanProperty) voidserialize(Object o, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) 从类继承的方法 com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
-
构造器详细资料
-
DicSerializer
-
-
方法详细资料
-
serialize
public void serialize(Object o, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException - 指定者:
serialize在类中com.fasterxml.jackson.databind.JsonSerializer<Object>- 抛出:
IOException
-
createContextual
public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider serializerProvider, com.fasterxml.jackson.databind.BeanProperty beanProperty) throws com.fasterxml.jackson.databind.JsonMappingException - 指定者:
createContextual在接口中com.fasterxml.jackson.databind.ser.ContextualSerializer- 抛出:
com.fasterxml.jackson.databind.JsonMappingException
-