Package javax.validation.metadata
Interface ElementDescriptor.ConstraintFinder
-
- Enclosing interface:
- ElementDescriptor
public static interface ElementDescriptor.ConstraintFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementDescriptor.ConstraintFinder
declaredOn(java.lang.annotation.ElementType... types)
java.util.Set<ConstraintDescriptor<?>>
getConstraintDescriptors()
boolean
hasConstraints()
ElementDescriptor.ConstraintFinder
lookingAt(Scope scope)
ElementDescriptor.ConstraintFinder
unorderedAndMatchingGroups(java.lang.Class<?>... groups)
-
-
-
Method Detail
-
unorderedAndMatchingGroups
ElementDescriptor.ConstraintFinder unorderedAndMatchingGroups(java.lang.Class<?>... groups)
-
lookingAt
ElementDescriptor.ConstraintFinder lookingAt(Scope scope)
-
declaredOn
ElementDescriptor.ConstraintFinder declaredOn(java.lang.annotation.ElementType... types)
-
getConstraintDescriptors
java.util.Set<ConstraintDescriptor<?>> getConstraintDescriptors()
-
hasConstraints
boolean hasConstraints()
-
-