Uses of Interface
jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Packages that use ElementDescriptor.ConstraintFinder
Package
Description
Package containing all objects specifically used and returned by the
metadata API.
Implementation of the Bean Validation meta data API.
-
Uses of ElementDescriptor.ConstraintFinder in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ElementDescriptor.ConstraintFinderModifier and TypeMethodDescriptionElementDescriptor.ConstraintFinder.declaredOn(ElementType... types) Restricts to the constraints hosted on the listedtypesfor 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. -
Uses of ElementDescriptor.ConstraintFinder in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return ElementDescriptor.ConstraintFinder