public interface Validator
URLValidator replaces
the string value with a URL instance.| Modifier and Type | Method and Description |
|---|---|
void |
validate(java.util.List values)
Validate the specified values (List of Strings).
|
void validate(java.util.List values) throws InvalidArgumentException
values - The values to validate.InvalidArgumentException - If any of the
specified values are not valid.