Uses of Class
org.hibernate.validator.metadata.ConstraintDescriptorImpl

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, 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 © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved