|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintDescriptorImpl | |
|---|---|
| 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. |
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.engine.constraintvalidation |
|---|
| Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintDescriptorImpl | |
|---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor()
|
| Constructors in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintDescriptorImpl | |
|---|---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor)
|
|
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.aggregated |
|---|
| Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type ConstraintDescriptorImpl | |
|---|---|
protected Set<ConstraintDescriptorImpl<?>> |
AbstractConstraintMetaData.asDescriptors(Set<MetaConstraint<?>> constraints)
|
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.core |
|---|
| Methods in org.hibernate.validator.internal.metadata.core that return ConstraintDescriptorImpl | |
|---|---|
ConstraintDescriptorImpl<A> |
MetaConstraint.getDescriptor()
|
| Constructors in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintDescriptorImpl | |
|---|---|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location)
|
|
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.descriptor |
|---|
| Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ConstraintDescriptorImpl | |
|---|---|
BeanDescriptorImpl(Type beanClass,
Set<ConstraintDescriptorImpl<?>> classLevelConstraints,
Map<String,javax.validation.metadata.PropertyDescriptor> constrainedProperties,
Map<String,javax.validation.metadata.MethodDescriptor> constrainedMethods,
Map<String,javax.validation.metadata.ConstructorDescriptor> constrainedConstructors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
|
|
ElementDescriptorImpl(Type type,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
|
|
ExecutableDescriptorImpl(Type returnType,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor,
List<javax.validation.metadata.ParameterDescriptor> parameters,
boolean defaultGroupSequenceRedefined,
List<Class<?>> defaultGroupSequence)
|
|
ExecutableDescriptorImpl(Type returnType,
String name,
Set<ConstraintDescriptorImpl<?>> returnValueConstraints,
javax.validation.metadata.ReturnValueDescriptor returnValueDescriptor,
List<javax.validation.metadata.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||