类 Property

java.lang.Object
com.baomidou.mybatisplus.generator.fill.Property
所有已实现的接口:
IFill

public class Property extends Object implements IFill
属性填充
从以下版本开始:
3.5.0 2020/11/30.
作者:
nieqiurong
  • 构造器详细资料

    • Property

      public Property(@NotNull @NotNull String propertyName, @NotNull @NotNull com.baomidou.mybatisplus.annotation.FieldFill fieldFill)
    • Property

      public Property(@NotNull @NotNull String propertyName)
  • 方法详细资料

    • getName

      @NotNull public @NotNull String getName()
      指定者:
      getName 在接口中 IFill
    • getFieldFill

      @NotNull public @NotNull com.baomidou.mybatisplus.annotation.FieldFill getFieldFill()
      指定者:
      getFieldFill 在接口中 IFill