public static interface PropertyKey.Validator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyKey.Validator.Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe() |
PropertyKey.Validator.Type |
type() |
void |
validate(T o)
Validate the argument.
|
void validate(T o) throws java.lang.IllegalArgumentException
o - The argument to validate.java.lang.IllegalArgumentExceptionPropertyKey.Validator.Type type()
java.lang.String describe()