类 JacksonSerializerConvention
java.lang.Object
springfox.documentation.spring.web.plugins.JacksonSerializerConvention
- 所有已实现的接口:
org.springframework.core.Ordered,AlternateTypeRuleConvention
Class to automatically detect type substitutions given the jackson serialize/deserialize annotations
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器构造器说明JacksonSerializerConvention(com.fasterxml.classmate.TypeResolver resolver, String packagePrefix) -
方法概要
-
构造器详细资料
-
JacksonSerializerConvention
public JacksonSerializerConvention(com.fasterxml.classmate.TypeResolver resolver, String packagePrefix)
-
-
方法详细资料
-
rules
- 指定者:
rules在接口中AlternateTypeRuleConvention
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中org.springframework.core.Ordered
-