Uses of Interface
jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Packages that use ElementDescriptor.ConstraintFinder Package Description jakarta.validation.metadata Package containing all objects specifically used and returned by the metadata API.org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. -
-
Uses of ElementDescriptor.ConstraintFinder in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return ElementDescriptor.ConstraintFinder Modifier and Type Method Description ElementDescriptor.ConstraintFinderElementDescriptor.ConstraintFinder. declaredOn(ElementType... types)Restricts to the constraints hosted on the listedtypesfor a given element.ElementDescriptor.ConstraintFinderElementDescriptor. findConstraints()Finds constraints and potentially restricts them to certain criteria.ElementDescriptor.ConstraintFinderExecutableDescriptor. findConstraints()Returns a finder that will always return an emptySet.ElementDescriptor.ConstraintFinderElementDescriptor.ConstraintFinder. lookingAt(Scope scope)Restricts to the constraints matching the provided scope for this element.ElementDescriptor.ConstraintFinderElementDescriptor.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 Modifier and Type Method Description ElementDescriptor.ConstraintFinderElementDescriptorImpl. findConstraints()
-