|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintDescriptor | |
|---|---|
| javax.validation | Top level package of the Bean Validation API. |
| javax.validation.metadata | Package containing all objects specifically used and returned by the metadata API. |
| Uses of ConstraintDescriptor in javax.validation |
|---|
| Methods in javax.validation that return ConstraintDescriptor | |
|---|---|
ConstraintDescriptor<?> |
ConstraintViolation.getConstraintDescriptor()
Returns the constraint metadata reported to fail. |
ConstraintDescriptor<?> |
MessageInterpolator.Context.getConstraintDescriptor()
|
| Uses of ConstraintDescriptor in javax.validation.metadata |
|---|
| Methods in javax.validation.metadata that return types with arguments of type ConstraintDescriptor | |
|---|---|
Set<ConstraintDescriptor<?>> |
ConstraintDescriptor.getComposingConstraints()
Return a set of composing ConstraintDescriptors where each
descriptor describes a composing constraint. |
Set<ConstraintDescriptor<?>> |
ExecutableDescriptor.getConstraintDescriptors()
Returns an empty Set. |
Set<ConstraintDescriptor<?>> |
ElementDescriptor.getConstraintDescriptors()
Returns all constraint descriptors for this element in the class hierarchy or an empty Set if none are present. |
Set<ConstraintDescriptor<?>> |
ElementDescriptor.ConstraintFinder.getConstraintDescriptors()
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||