|
||||||||||
| 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 in the class hierarchy or an empty Set if none are present. |
java.util.Set<ConstraintDescriptor<?>> |
ElementDescriptor.ConstraintFinder.getConstraintDescriptors()
Retrieve the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||