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 |
---|---|
MethodDescriptor |
MethodMetaData.asDescriptor(boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Modifier and Type | Class and Description |
---|---|
class |
MethodDescriptorImpl
Describes a validated method.
|
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
BeanDescriptorImpl.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
BeanDescriptorImpl.getConstrainedMethods() |
Constructor and Description |
---|
BeanDescriptorImpl(Class<T> beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> properties,
Map<String,MethodDescriptor> methods,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
TypeDescriptor.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes)
Deprecated.
Returns a descriptor for the specified method.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
TypeDescriptor.getConstrainedMethods()
Deprecated.
Returns a set with the constrained methods of this type.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.