| Package | Description |
|---|---|
| org.hibernate.validator.internal.engine.constraintvalidation | |
| 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.core | |
| org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor() |
| Constructor and Description |
|---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ConstraintDescriptorImpl<?>> |
AbstractConstraintMetaData.asDescriptors(Set<MetaConstraint<?>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDescriptorImpl<A> |
MetaConstraint.getDescriptor() |
| Constructor and Description |
|---|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
| Constructor and Description |
|---|
BeanDescriptorImpl(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,PropertyDescriptor> constrainedProperties,
Map<String,MethodDescriptor> constrainedMethods,
Map<String,ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ElementDescriptorImpl(Type type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ExecutableDescriptorImpl(ElementDescriptor.Kind kind,
Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
ReturnValueDescriptor returnValueDescriptor,
List<ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ParameterDescriptorImpl(Type type,
int index,
String name,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
PropertyDescriptorImpl(Type returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ReturnValueDescriptorImpl(Type returnType,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved