Uses of Interface
jakarta.validation.metadata.ConstraintDescriptor
-
Packages that use ConstraintDescriptor Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of ConstraintDescriptor in jakarta.validation
Methods in jakarta.validation that return ConstraintDescriptor Modifier and Type Method Description ConstraintDescriptor<?>
ConstraintViolation. getConstraintDescriptor()
Returns the constraint metadata reported to fail.ConstraintDescriptor<?>
MessageInterpolator.Context. getConstraintDescriptor()
-
Uses of ConstraintDescriptor in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ConstraintDescriptor Modifier and Type Method Description Set<ConstraintDescriptor<?>>
ConstraintDescriptor. getComposingConstraints()
Return a set of composingConstraintDescriptor
s where each descriptor describes a composing constraint.Set<ConstraintDescriptor<?>>
ElementDescriptor.ConstraintFinder. getConstraintDescriptors()
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described byElementDescriptor
.Set<ConstraintDescriptor<?>>
ElementDescriptor. getConstraintDescriptors()
Returns all constraint descriptors for this element in the class hierarchy or an emptySet
if none are present.Set<ConstraintDescriptor<?>>
ExecutableDescriptor. getConstraintDescriptors()
Returns an emptySet
.
-