Interface FieldsParameter.DefaultFields
- Enclosing interface:
- FieldsParameter
public static interface FieldsParameter.DefaultFields
Used for setting default fields, when the original set does not suit the use case.
- Since:
- 3.17.2
-
Method Summary
-
Method Details
-
set
Sets the default fields.- Parameters:
fields
- If it is null, the built-in default fields are used.
-
set
Sets the default fields.- Parameters:
fields
- If it is null, the built-in default fields are used.
-
get
- Returns:
- default fields previously set by the
FieldsParameter.DefaultFields
interface methods. Returns null when custom default fields are not set, in which case the build-in ones are used.
-