See: Description
Interface | Description |
---|---|
Unwrapping |
Set of interfaces used in the
payload() of a constraint to indicate if a value should be unwrapped before
validation. |
Unwrapping.Skip |
Skip the unwrapping if it has been enabled on the
ValueExtractor by the UnwrapByDefault
annotation. |
Unwrapping.Unwrap |
Unwrap the value before validation.
|
ValueExtractor<T> |
Defines the logic used to extract the values to validate from an object of type
T . |
ValueExtractor.ValueReceiver |
Provides a set of methods receiving value extracted by the
ValueExtractor . |
Enum | Description |
---|---|
ValidateUnwrappedValue |
The unwrapping behavior that can be applied to a specific constraint.
|
Exception | Description |
---|---|
ValueExtractorDefinitionException |
Raised if a
ValueExtractor definition is illegal, e.g. |
Annotation Type | Description |
---|---|
ExtractedValue |
Annotation used to mark the type parameter to which a
ValueExtractor is tied. |
UnwrapByDefault |
Annotation used on a
ValueExtractor to indicate that the value should be unwrapped by default. |
Copyright © 2007-2017 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.