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

Packages that use BeanConstraintLocation
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
 

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

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

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

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

Uses of BeanConstraintLocation in org.hibernate.validator.internal.metadata.raw
 

Methods in org.hibernate.validator.internal.metadata.raw that return BeanConstraintLocation
 BeanConstraintLocation ConstrainedType.getLocation()
           
 BeanConstraintLocation ConstrainedField.getLocation()
           
 

Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type BeanConstraintLocation
ConstrainedField(ConfigurationSource source, BeanConstraintLocation location, Set<MetaConstraint<?>> constraints, Map<Class<?>,Class<?>> groupConversions, boolean isCascading)
          Creates a new field meta data object.
ConstrainedType(ConfigurationSource source, BeanConstraintLocation location, Set<MetaConstraint<?>> constraints)
          Creates a new type meta data object.
 



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