Package | Description |
---|---|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
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 |
Core classes of the internal model used for representing constraints and related metadata.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
<V,A extends Annotation> |
ConstraintValidatorManager.getInitializedValidator(Type validatedValueType,
ConstraintDescriptorImpl<A> descriptor,
javax.validation.ConstraintValidatorFactory constraintFactory) |
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) |
Modifier and Type | Method and Description |
---|---|
Set<ConstraintDescriptorImpl<?>> |
ConstraintDescriptorImpl.getComposingConstraintImpls() |
Constructor and Description |
---|
BeanDescriptorImpl(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,javax.validation.metadata.PropertyDescriptor> constrainedProperties,
Map<String,ExecutableDescriptorImpl> constrainedMethods,
Map<String,javax.validation.metadata.ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
CrossParameterDescriptorImpl(Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ElementDescriptorImpl(Type type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence) |
ExecutableDescriptorImpl(Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> crossParameterConstraints,
javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor,
List<javax.validation.metadata.ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
boolean isGetter,
List<Class<?>> defaultGroupSequence) |
ParameterDescriptorImpl(Type type,
int index,
String name,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean isCascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<javax.validation.metadata.GroupConversionDescriptor> groupConversions) |
PropertyDescriptorImpl(Type returnType,
String propertyName,
Set<ConstraintDescriptorImpl<?>> constraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<javax.validation.metadata.GroupConversionDescriptor> groupConversions) |
ReturnValueDescriptorImpl(Type returnType,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
boolean cascaded,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence,
Set<javax.validation.metadata.GroupConversionDescriptor> groupConversions) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved