Notice
The English translation of this page has not been completed, you are welcome to contribute translations to us.
You can use the Chrome Translation Plugin to translate entire pages for reference.
- class
FieldRulesclass FieldRules internal constructor(private val rulesData: FieldRulesData) : BaseRules
Change Records
v1.0.0
first
Function Illustrate
Field
查找条件实现类。
- field
namevar name: String
Change Records
v1.0.0
first
Function Illustrate
设置
Field
名称。
- field
typevar type: Any?
Change Records
v1.0.0
first
Function Illustrate
设置
Field
类型。
可不填写类型。
- method
modifiersfun modifiers(conditions: ModifierConditions)
Change Records
v1.0.0
first
Function Illustrate
设置
Field
标识符筛选条件。
可不设置筛选条件。
- method
namefun name(conditions: NameConditions)
Change Records
v1.0.0
first
Function Illustrate
设置
Field
名称条件。
- method
typefun type(conditions: ObjectConditions)
Change Records
v1.0.0
first
Function Illustrate
设置
Field
类型条件。
可不填写类型。