Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl<A> |
ConstraintTree.getDescriptor() |
Constructor and Description |
---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor) |
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl<A> |
MetaConstraint.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
ElementDescriptorImpl.addConstraintDescriptor(ConstraintDescriptorImpl<?> constraintDescriptor) |
Constructor and Description |
---|
BeanMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
Class<?> beanClass,
Member member)
Creates a new
BeanMetaConstraint . |
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
MethodMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
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,
Method method,
int parameterIndex)
Creates a new
MethodMetaConstraint representing a method
parameter constraint. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.