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

Packages that use MethodConstraintLocation
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 MethodConstraintLocation in org.hibernate.validator.cfg.context.impl
 

Methods in org.hibernate.validator.cfg.context.impl that return types with arguments of type MethodConstraintLocation
static
<A extends Annotation>
ConfiguredConstraint<A,MethodConstraintLocation>
ConfiguredConstraint.forParameter(ConstraintDef<?,A> constraint, Method method, int parameterIndex)
           
static
<A extends Annotation>
ConfiguredConstraint<A,MethodConstraintLocation>
ConfiguredConstraint.forReturnValue(ConstraintDef<?,A> constraint, Method method)
           
 Map<Class<?>,List<MethodConstraintLocation>> ConstraintMappingContext.getMethodCascadeConfig()
           
 Map<Class<?>,List<ConfiguredConstraint<?,MethodConstraintLocation>>> ConstraintMappingContext.getMethodConstraintConfig()
           
 

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

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

Uses of MethodConstraintLocation in org.hibernate.validator.metadata
 

Constructors in org.hibernate.validator.metadata with parameters of type MethodConstraintLocation
MethodMetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, MethodConstraintLocation location)
          Creates a new MethodMetaConstraint representing a method parameter constraint.
 



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