Mode flag to control behavior for configuration implementations that apply logic and defaults on top of raw values.
|
| DEFAULT |
| The default mode will trigger behavior defined by the configuration specification for default values when the configuration instance encounters an undefined value.
|
|
| RAW |
| The raw mode will trigger behavior that returns the raw field value of the configuration instance even if encountering an undefined value.
|
|
The documentation for this enum was generated from the following file:
- model/src/main/java/tenduke/sdk/core/model/config/ConfigOperationMode.java