类 Property

  • 所有已实现的接口:
    IFill

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

      构造器 
      构造器 说明
      Property​(@NotNull java.lang.String propertyName)  
      Property​(@NotNull java.lang.String propertyName, @NotNull com.baomidou.mybatisplus.annotation.FieldFill fieldFill)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      @NotNull com.baomidou.mybatisplus.annotation.FieldFill getFieldFill()  
      @NotNull java.lang.String getName()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • Property

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

        public Property​(@NotNull
                        @NotNull java.lang.String propertyName)
    • 方法详细资料

      • getName

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

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