Uses of Class
org.hibernate.validator.internal.cfg.context.ConfiguredConstraint

Packages that use ConfiguredConstraint
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
 

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

Methods in org.hibernate.validator.internal.cfg.context that return ConfiguredConstraint
static
<A extends Annotation>
ConfiguredConstraint<A,ExecutableConstraintLocation>
ConfiguredConstraint.forParameter(ConstraintDef<?,A> constraint, Method method, int parameterIndex)
           
static
<A extends Annotation>
ConfiguredConstraint<A,BeanConstraintLocation>
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint, Member member)
           
static
<A extends Annotation>
ConfiguredConstraint<A,ExecutableConstraintLocation>
ConfiguredConstraint.forReturnValue(ConstraintDef<?,A> constraint, Method method)
           
static
<A extends Annotation>
ConfiguredConstraint<A,BeanConstraintLocation>
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint, Class<?> beanType)
           
 

Methods in org.hibernate.validator.internal.cfg.context that return types with arguments of type ConfiguredConstraint
 Map<Class<?>,Set<ConfiguredConstraint<?,BeanConstraintLocation>>> ConstraintMappingContext.getConstraintConfig()
          Returns all constraint definitions registered with this mapping.
 Map<Class<?>,Set<ConfiguredConstraint<?,ExecutableConstraintLocation>>> ConstraintMappingContext.getMethodConstraintConfig()
           
 

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



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