Uses of Interface
javax.validation.metadata.ConstraintDescriptor
Packages that use ConstraintDescriptor
Package
Description
Top level package of the Bean Validation API.
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ConstraintDescriptor in javax.validation
Methods in javax.validation that return ConstraintDescriptorModifier and TypeMethodDescriptionConstraintViolation.getConstraintDescriptor()
Returns the constraint metadata reported to fail.MessageInterpolator.Context.getConstraintDescriptor()
-
Uses of ConstraintDescriptor in javax.validation.metadata
Methods in javax.validation.metadata that return types with arguments of type ConstraintDescriptorModifier 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
.