|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintDescriptorImpl | |
|---|---|
| org.hibernate.validator.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.metadata | Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. |
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.engine |
|---|
| Methods in org.hibernate.validator.engine that return ConstraintDescriptorImpl | |
|---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor()
|
| Constructors in org.hibernate.validator.engine with parameters of type ConstraintDescriptorImpl | |
|---|---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor)
|
|
| Uses of ConstraintDescriptorImpl in org.hibernate.validator.metadata |
|---|
| Methods in org.hibernate.validator.metadata that return ConstraintDescriptorImpl | |
|---|---|
ConstraintDescriptorImpl<A> |
MetaConstraint.getDescriptor()
|
| Methods in org.hibernate.validator.metadata with parameters of type ConstraintDescriptorImpl | |
|---|---|
void |
ElementDescriptorImpl.addConstraintDescriptor(ConstraintDescriptorImpl<?> constraintDescriptor)
|
| Constructors in org.hibernate.validator.metadata with parameters of type ConstraintDescriptorImpl | |
|---|---|
BeanMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
java.lang.Class<?> beanClass,
java.lang.reflect.Member member)
Creates a new BeanMetaConstraint. |
|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location)
|
|
MethodMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
java.lang.reflect.Method method)
Creates a new MethodMetaConstraint representing a method
return value constraint. |
|
MethodMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
MethodConstraintLocation location)
Creates a new MethodMetaConstraint representing a method
parameter constraint. |
|
MethodMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
java.lang.reflect.Method method,
int parameterIndex)
Creates a new MethodMetaConstraint representing a method
parameter constraint. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||