| Constructor and Description |
|---|
StringLowercaseValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
String value)
Validates if the value value the of provided configuration parameter name is an lowercase
String |
public void validate(String name, String value) throws ValidationException
Stringvalidate in interface Validator<String>name - The name of the configuration parametervalue - The value of the configuration validatorValidationException - If the value value configuration parameter name can't be parsed
as a String or is not lowercase.Copyright © 2022. All rights reserved.