Uses of Interface
jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
-
Uses of ElementDescriptor.ConstraintFinder in jakarta.validation.metadata
Modifier and TypeMethodDescriptionElementDescriptor.ConstraintFinder.declaredOn
(ElementType... types) Restricts to the constraints hosted on the listedtypes
for a given element.ElementDescriptor.findConstraints()
Finds constraints and potentially restricts them to certain criteria.ExecutableDescriptor.findConstraints()
Returns a finder that will always return an emptySet
.Restricts to the constraints matching the provided scope for this element.ElementDescriptor.ConstraintFinder.unorderedAndMatchingGroups
(Class<?>... groups) Restricts to the constraints matching a given set of groups for this element.