-
Method Summary
Static Methods
Creates a new
FieldSpec configured for field-level access of the specified field name.
Creates a new FieldSpecBuilder configured for property access of the specified property name.
-
Method Details
-
f
Shortcut for
field(String).
Creates a new
FieldSpec configured for field-level access of the specified field name.
- Parameters:
field - the name of the field/property in a class
- Returns:
- this
FieldSpecBuilder for further chaining
-
field
Creates a new
FieldSpec configured for field-level access of the specified field name.
- Parameters:
field - the name of the field/property in a class
- Returns:
- this
FieldSpecBuilder for further chaining
-
p
Shortcut for
property(String).
Creates a new
FieldSpecBuilder configured for property access of the specified property name.
- Parameters:
property - the name of the property in a class
- Returns:
- this
FieldSpecBuilder for further chaining
-
property
Creates a new FieldSpecBuilder configured for property access of the specified property name.
- Parameters:
property - the name of the property in a class
- Returns:
- this
FieldSpecBuilder for further chaining