Package | Description |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
javax.validation.valueextraction |
Package containing objects dedicated to extract values to validate from containers.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Payload>> |
ConstraintDescriptor.getPayload()
The set of payload the constraint hosts.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Unwrapping.Skip
Skip the unwrapping if it has been enabled on the
ValueExtractor by the
UnwrapByDefault
annotation. |
static interface |
Unwrapping.Unwrap
Unwrap the value before validation.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.