-
class
class
Boolean ANDs the results of all validators.
class
class
Fails if a field's value is a filename and the file does not exist.
class
Fails if a field's value is a filename and the file does not exist.
class
Fails if a field's value is not an integer.
class
class
Fails if the field's value is either null
, an empty string, or a string containing only whitespace.
class
Fails if a field's value is null
.
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator
.
static void
Uses varargs to conveniently add validators to the list of validators consumed by AndValidator
.