Constructor and Description |
---|
LessThanValidator(java.lang.Comparable reference,
boolean validIfEquals) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(java.lang.Comparable value)
Validates the value according to the constraints defined by this validator.
|
public LessThanValidator(@NotNull java.lang.Comparable reference, boolean validIfEquals)