Uses of Interface
javax.validation.metadata.ElementDescriptor.ConstraintFinder

Packages that use ElementDescriptor.ConstraintFinder
javax.validation.metadata   
 

Uses of ElementDescriptor.ConstraintFinder in javax.validation.metadata
 

Methods in javax.validation.metadata that return ElementDescriptor.ConstraintFinder
 ElementDescriptor.ConstraintFinder ElementDescriptor.ConstraintFinder.declaredOn(ElementType... types)
          Restrict to the constraints hosted on the listed types for a given element.
 ElementDescriptor.ConstraintFinder ElementDescriptor.findConstraints()
          Find constraints and potentially restricts them to certain criteria.
 ElementDescriptor.ConstraintFinder ElementDescriptor.ConstraintFinder.lookingAt(Scope scope)
          Restrict to the constraints matching the provided scope for this element.
 ElementDescriptor.ConstraintFinder ElementDescriptor.ConstraintFinder.unorderedAndMatchingGroups(Class<?>... groups)
          Restrict to the constraints matching a given set of groups for this element This method respects group sequences and group inheritance (including class-level Default group overriding) but does not return ConstraintDescriptors in any particular order.
 



Copyright © 2007-2014. All Rights Reserved.