类 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

public class IgnoreNullFieldAnnotationFeature extends CustomFeature
特性:为类添加 @JsonInclude(JsonInclude.Include.NON_NULL) 注解, 序列化时忽略空字段
作者:
Jason He
  • 构造器详细资料

    • IgnoreNullFieldAnnotationFeature

      public IgnoreNullFieldAnnotationFeature()