| Package | Description |
|---|---|
| javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
| org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
| org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnValueDescriptor |
ExecutableDescriptor.getReturnValueDescriptor()
Returns a descriptor for this executable's return value.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnValueDescriptor |
ReturnValueMetaData.asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReturnValueDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
ReturnValueDescriptor |
ExecutableDescriptorImpl.getReturnValueDescriptor() |
| Constructor and Description |
|---|
ExecutableDescriptorImpl(Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> crossParameterConstraints,
ReturnValueDescriptor returnValueDescriptor,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
boolean isGetter,
List<Class<?>> defaultGroupSequence) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.