Package | Description |
---|---|
jakarta.validation |
Top level package of the Jakarta Bean Validation API.
|
jakarta.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptor<?> |
MessageInterpolator.Context.getConstraintDescriptor() |
ConstraintDescriptor<?> |
ConstraintViolation.getConstraintDescriptor()
Returns the constraint metadata reported to fail.
|
Modifier and Type | Method and Description |
---|---|
Set<ConstraintDescriptor<?>> |
ConstraintDescriptor.getComposingConstraints()
Return a set of composing
ConstraintDescriptor s 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 . |
Comments to: bean-validation-dev@eclipse.org.
Copyright © 2019,2020 Eclipse Foundation.
Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.