Class |
Description |
NotBlankWhenNullableConstraintValidator
|
Validates if String is blank.
|
NotEmptyWhenNullableConstraintForCollectionValidator
|
Validates if Collection is empty.
|
NotEmptyWhenNullableConstraintForMapValidator
|
Validates if Map is empty.
|
NotNullElementsConstraintForCollectionValidator
|
Validates if Collection contains null elements.
|
NotNullElementsConstraintForMapValidator
|
Validates if Map instance contains null keys and/or values.
|
RandomUuidFormatConstraintValidator
|
Validates if String is a well-formed random UUID.
|
TrimmedStringConstraintValidator
|
|
UnLoCodeFormatConstraintValidator
|
Validates if String is a well-formed UN/LOCODE.
|
UuidFormatConstraintValidator
|
Validates if String is a well-formed UUID.
|
ValueOfEnumConstraintValidator
|
jakarta.validation.ConstraintValidator implementation of ValueOfEnumConstraint for validating String values.
|