javax.validation.metadata
Interface ElementDescriptor.ConstraintFinder
- Enclosing interface:
- ElementDescriptor
public static interface ElementDescriptor.ConstraintFinder
unorderedAndMatchingGroups
ElementDescriptor.ConstraintFinder unorderedAndMatchingGroups(Class<?>... groups)
lookingAt
ElementDescriptor.ConstraintFinder lookingAt(Scope scope)
declaredOn
ElementDescriptor.ConstraintFinder declaredOn(ElementType... types)
getConstraintDescriptors
Set<ConstraintDescriptor<?>> getConstraintDescriptors()
hasConstraints
boolean hasConstraints()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.