类 IgnoreNullFieldAnnotationFeature
java.lang.Object
com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.jackson.IgnoreNullFieldAnnotationFeature
- 所有已实现的接口:
Feature
特性:为类添加
@JsonInclude(JsonInclude.Include.NON_NULL) 注解,
序列化时忽略空字段- 作者:
- Jason He
-
嵌套类概要
从类继承的嵌套类/接口 com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
CustomFeature.InsertLocation -
字段概要
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
apply
-
构造器详细资料
-
IgnoreNullFieldAnnotationFeature
public IgnoreNullFieldAnnotationFeature()
-