public class StringSetValidator extends Object implements Validator
Validator.TYPE| Constructor and Description |
|---|
StringSetValidator(boolean caseSensitive,
String... values) |
StringSetValidator(String... values) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExpected() |
void |
validate(String value)
Validate if the given value is acceptable.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.