javax.validation.metadata
Interface ElementDescriptor.ConstraintFinder

Enclosing interface:
ElementDescriptor

public static interface ElementDescriptor.ConstraintFinder


Method Summary
 ElementDescriptor.ConstraintFinder declaredOn(ElementType... types)
           
 Set<ConstraintDescriptor<?>> getConstraintDescriptors()
           
 boolean hasConstraints()
           
 ElementDescriptor.ConstraintFinder lookingAt(Scope scope)
           
 ElementDescriptor.ConstraintFinder unorderedAndMatchingGroups(Class<?>... groups)
           
 

Method Detail

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.