Package | Description |
---|---|
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 and its Hibernate Validator specific extension for the
representation of method level constraints.
|
org.hibernate.validator.method.metadata |
Deprecated. Will by replaced by equivalent
functionality defined by the Bean Validation 1.1 API as of Hibernate
Validator 5.
|
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> |
MethodDescriptorImpl.getParameterDescriptors() |
Constructor and Description |
---|
MethodDescriptorImpl(Class<?> returnType,
String name,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
boolean isCascaded,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Modifier and Type | Method and Description |
---|---|
List<ParameterDescriptor> |
MethodDescriptor.getParameterDescriptors()
Deprecated.
Returns a list with descriptors for this method's parameters.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.