public static class ConfigDef.NonNullValidator extends Object implements ConfigDef.Validator
Constructor and Description |
---|
NonNullValidator() |
Modifier and Type | Method and Description |
---|---|
void |
ensureValid(String name,
Object value)
Perform single configuration validation.
|
String |
toString() |
public void ensureValid(String name, Object value)
ConfigDef.Validator
ensureValid
in interface ConfigDef.Validator
name
- The name of the configurationvalue
- The value of the configuration