T - The type for which this Validator works.public interface Validator<T>
The validator will be called before any Converter has been run on the configuration parameter
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
T value)
Validates the value value the of provided configuration parameter name
|
void validate(String name, T value) throws ValidationException
name - The name of the configuration parametervalue - The value of the configuration parameter. Might also be null.ValidationException - If the configuration parameter name couldn't be validatedCopyright © 2022. All rights reserved.