Uses of Interface
jakarta.validation.metadata.ConstraintDescriptor
Package
Description
Top level package of the Jakarta Validation API.
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ConstraintDescriptor in jakarta.validation
Modifier and TypeMethodDescriptionConstraintViolation.getConstraintDescriptor()
Returns the constraint metadata reported to fail.MessageInterpolator.Context.getConstraintDescriptor()
-
Uses of ConstraintDescriptor in jakarta.validation.metadata
Modifier and TypeMethodDescriptionConstraintDescriptor.getComposingConstraints()
Return a set of composingConstraintDescriptor
s where each descriptor describes a composing constraint.ElementDescriptor.ConstraintFinder.getConstraintDescriptors()
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described byElementDescriptor
.ElementDescriptor.getConstraintDescriptors()
Returns all constraint descriptors for this element in the class hierarchy or an emptySet
if none are present.ExecutableDescriptor.getConstraintDescriptors()
Returns an emptySet
.