validate method
- @mustCallSuper
Validates this configuration.
By default, ensures all required keys are non-null.
Override this method to perform validations on input data. Throw ConfigurationException for invalid data.
Implementation
@mustCallSuper
void validate() {
_runtime.validate(this);
}