| Constructor and Description |
|---|
NoValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
Object value)
Does nothing and is being used as default
Validator.validate(String, Object) method |
public void validate(String name, Object value) throws ValidationException
Validator.validate(String, Object) methodvalidate in interface Validator<Object>name - The name of the configuration parametervalue - The value of the configuration validatorValidationException - NeverCopyright © 2022. All rights reserved.