Interface ParameterConstraintMappingContext
-
- All Superinterfaces:
AnnotationIgnoreOptions<ParameterConstraintMappingContext>,Cascadable<ParameterConstraintMappingContext>,Constrainable<ParameterConstraintMappingContext>,ConstraintDefinitionTarget,ConstraintMappingTarget,ConstructorTarget,ContainerElementTarget,CrossParameterTarget,MethodTarget,ParameterTarget,ReturnValueTarget,TypeTarget
public interface ParameterConstraintMappingContext extends ConstraintMappingTarget, CrossParameterTarget, ParameterTarget, ReturnValueTarget, ConstructorTarget, MethodTarget, ContainerElementTarget, Constrainable<ParameterConstraintMappingContext>, Cascadable<ParameterConstraintMappingContext>, AnnotationIgnoreOptions<ParameterConstraintMappingContext>
Constraint mapping creational context representing a method parameter. Allows to place constraints on the parameter, mark the parameter as cascadable and to navigate to other constraint targets.- Author:
- Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
-
-
Method Summary
-
Methods inherited from interface org.hibernate.validator.cfg.context.AnnotationIgnoreOptions
ignoreAnnotations
-
Methods inherited from interface org.hibernate.validator.cfg.context.Cascadable
convertGroup, valid
-
Methods inherited from interface org.hibernate.validator.cfg.context.Constrainable
constraint
-
Methods inherited from interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
constraintDefinition
-
Methods inherited from interface org.hibernate.validator.cfg.context.ConstructorTarget
constructor
-
Methods inherited from interface org.hibernate.validator.cfg.context.ContainerElementTarget
containerElementType, containerElementType
-
Methods inherited from interface org.hibernate.validator.cfg.context.CrossParameterTarget
crossParameter
-
Methods inherited from interface org.hibernate.validator.cfg.context.MethodTarget
method
-
Methods inherited from interface org.hibernate.validator.cfg.context.ParameterTarget
parameter
-
Methods inherited from interface org.hibernate.validator.cfg.context.ReturnValueTarget
returnValue
-
Methods inherited from interface org.hibernate.validator.cfg.context.TypeTarget
type
-
-