|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintDescriptor | |
|---|---|
| javax.validation | |
| javax.validation.metadata | |
| Uses of ConstraintDescriptor in javax.validation |
|---|
| Methods in javax.validation that return ConstraintDescriptor | |
|---|---|
ConstraintDescriptor<?> |
MessageInterpolator.Context.getConstraintDescriptor()
|
ConstraintDescriptor<?> |
ConstraintViolation.getConstraintDescriptor()
Constraint metadata reported to fail. |
| Uses of ConstraintDescriptor in javax.validation.metadata |
|---|
| Methods in javax.validation.metadata that return types with arguments of type ConstraintDescriptor | |
|---|---|
java.util.Set<ConstraintDescriptor<?>> |
ConstraintDescriptor.getComposingConstraints()
Return a set of composing ConstraintDescriptors where each
descriptor describes a composing constraint. |
java.util.Set<ConstraintDescriptor<?>> |
ElementDescriptor.getConstraintDescriptors()
Return all constraint descriptors for this element or an empty Set if none are present. |
java.util.Set<ConstraintDescriptor<?>> |
ElementDescriptor.getUnorderedConstraintDescriptorsMatchingGroups(java.lang.Class<?>... groups)
Return the list of matching constraints for a given set of groups for this element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||