T - the generic typepublic class BlankValidator<T> extends AbstractValidator<T>
Validator.Priority| Constructor and Description |
|---|
BlankValidator()
Constructor.
|
BlankValidator(String invalidMessageOverride)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Priority value for this validator.
|
boolean |
isValid(T value)
Checks if is valid.
|
createErrorList, getInvalidMessage, validatepublic BlankValidator()
public BlankValidator(String invalidMessageOverride)
invalidMessageOverride - the invalid message overridepublic int getPriority()
public boolean isValid(T value)
isValid in class AbstractValidator<T>value - the valueCopyright © 2017. All rights reserved.