类的使用
com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
使用CustomFeature的程序包
程序包
说明
-
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.jackson中CustomFeature的使用
修饰符和类型类说明class特性:为时间日期格式的字段添加@DateTimeFormat注解class特性:为类添加@JsonInclude(JsonInclude.Include.NON_NULL)注解, 序列化时忽略空字段class特性:为时间日期格式的字段添加@JsonFormat注解 -
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.jpa中CustomFeature的使用
修饰符和类型类说明class特性:为类添加 Jpa@Entity和@Table注解class特性:为字段添加Jpa字段的注解 -
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.lombok中CustomFeature的使用
修饰符和类型类说明class特性:为类添加@AllArgsConstructor注解class特性:为类添加@Builder注解class特性:为类添加@Data注解class特性:为类添加@NoArgsConstructor注解 -
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.mybatis中CustomFeature的使用
修饰符和类型类说明class特性:为类添加 Mybatisplus@com.baomidou.mybatisplus.annotation.TableName注解class特性:为字段添加Mybatisplus字段的注解
可能包含
@com.baomidou.mybatisplus.annotation.TableId
@com.baomidou.mybatisplus.annotation.TableField -
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.ready中CustomFeature的使用
-
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.swagger中CustomFeature的使用
修饰符和类型类说明class特性:为类添加Swagger的@ApiModel注解class特性:为类的字段添加Swagger的@ApiModelProperty注解