Uses of Class
org.hibernate.validator.metadata.location.BeanConstraintLocation

Packages that use BeanConstraintLocation
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Uses of BeanConstraintLocation in org.hibernate.validator.cfg.context.impl
 

Methods in org.hibernate.validator.cfg.context.impl that return types with arguments of type BeanConstraintLocation
static
<A extends Annotation>
ConfiguredConstraint<A,BeanConstraintLocation>
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint, Class<?> beanType, Member member)
           
static
<A extends Annotation>
ConfiguredConstraint<A,BeanConstraintLocation>
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint, Class<?> beanType)
           
 Map<Class<?>,List<BeanConstraintLocation>> ConstraintMappingContext.getCascadeConfig()
           
 Map<Class<?>,List<ConfiguredConstraint<?,BeanConstraintLocation>>> ConstraintMappingContext.getConstraintConfig()
          Returns all constraint definitions registered with this mapping.
 

Methods in org.hibernate.validator.cfg.context.impl with parameters of type BeanConstraintLocation
 void ConstraintMappingContext.addCascadeConfig(BeanConstraintLocation cascade)
           
 

Method parameters in org.hibernate.validator.cfg.context.impl with type arguments of type BeanConstraintLocation
 void ConstraintMappingContext.addConstraintConfig(ConfiguredConstraint<?,BeanConstraintLocation> constraint)
           
 

Uses of BeanConstraintLocation in org.hibernate.validator.metadata
 

Methods in org.hibernate.validator.metadata that return BeanConstraintLocation
 BeanConstraintLocation BeanMetaConstraint.getLocation()
          Returns the location of this constraint.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved