All Classes and Interfaces
Class
Description
Defines a minimum age based upon a LocalDate, the current
LocalDate, and a specified timezone.
MinAge constraints for target based on validaton group conditions
This is an example of a cross-parameter constraint.
This validator verifies the condition where either firstName or lastName is supplied
as the members of a method call.
Defines a minimum age based upon a LocalDate, the current
LocalDate, and a specified timezone.
MinAge constraints for target based on validaton group conditions
A person is required to have either a first or last name.
This validator will return true if either the first or lastName of the person DTO
is non-null.
This constraint will enforce the value to be equal to one of the
recognized US postal state abbreviations.
This constraint verifies whether the upper case value for the field is a valid
postal state abbreviation as of 1963
This version of PocService enables validation on the Java method calls.