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

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

Methods in org.hibernate.validator.internal.cfg.context 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<?>,Set<MethodConstraintLocation>> ConstraintMappingContext.getMethodCascadeConfig()
           
 Map<Class<?>,Set<ConfiguredConstraint<?,MethodConstraintLocation>>> ConstraintMappingContext.getMethodConstraintConfig()
           
 

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

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

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

Methods in org.hibernate.validator.internal.metadata.raw that return MethodConstraintLocation
 MethodConstraintLocation ConstrainedParameter.getLocation()
           
 MethodConstraintLocation ConstrainedMethod.getLocation()
           
 

Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type MethodConstraintLocation
ConstrainedMethod(ConfigurationSource source, MethodConstraintLocation location, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object.
ConstrainedMethod(ConfigurationSource source, MethodConstraintLocation location, Set<MetaConstraint<?>> returnValueConstraints, boolean isCascading)
          Creates a new method meta data object for a parameter-less method.
ConstrainedParameter(ConfigurationSource source, MethodConstraintLocation location, String name, Set<MetaConstraint<?>> constraints, boolean isCascading)
          Creates a new parameter meta data object.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.