|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bval.jsr303.ConstraintFinderImpl
final class ConstraintFinderImpl
Description: Implementation of the fluent ElementDescriptor.ConstraintFinder
interface.
Constructor Summary | |
---|---|
ConstraintFinderImpl(MetaBean metaBean,
Set<ConstraintValidation<?>> constraintDescriptors)
Create a new ConstraintFinderImpl instance. |
Method Summary | |
---|---|
ElementDescriptor.ConstraintFinder |
declaredOn(ElementType... elementTypes)
|
Set<ConstraintDescriptor<?>> |
getConstraintDescriptors()
|
boolean |
hasConstraints()
|
ElementDescriptor.ConstraintFinder |
lookingAt(Scope scope)
|
ElementDescriptor.ConstraintFinder |
unorderedAndMatchingGroups(Class<?>... groups)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ConstraintFinderImpl(MetaBean metaBean, Set<ConstraintValidation<?>> constraintDescriptors)
metaBean
- constraintDescriptors
- Method Detail |
---|
public ElementDescriptor.ConstraintFinder unorderedAndMatchingGroups(Class<?>... groups)
unorderedAndMatchingGroups
in interface ElementDescriptor.ConstraintFinder
public ElementDescriptor.ConstraintFinder lookingAt(Scope scope)
lookingAt
in interface ElementDescriptor.ConstraintFinder
public ElementDescriptor.ConstraintFinder declaredOn(ElementType... elementTypes)
declaredOn
in interface ElementDescriptor.ConstraintFinder
public Set<ConstraintDescriptor<?>> getConstraintDescriptors()
getConstraintDescriptors
in interface ElementDescriptor.ConstraintFinder
public boolean hasConstraints()
hasConstraints
in interface ElementDescriptor.ConstraintFinder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |