| 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 |
|---|---|
List<ParameterDescriptor> |
ExecutableDescriptor.getParameterDescriptors()
Returns a list of descriptors representing this executable's
parameters, in the order of their declaration, including synthetic
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDescriptor |
ParameterMetaData.asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDescriptorImpl
Describes a validated method parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
ExecutableDescriptorImpl.getParameterDescriptors() |
| Constructor and Description |
|---|
ExecutableDescriptorImpl(Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> crossParameterConstraints,
ReturnValueDescriptor returnValueDescriptor,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
boolean isGetter,
List<Class<?>> defaultGroupSequence) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.