Interface CrossParameterConstraintMappingContext
-
- All Superinterfaces:
AnnotationIgnoreOptions<CrossParameterConstraintMappingContext>,Constrainable<CrossParameterConstraintMappingContext>,ConstraintDefinitionTarget,ConstraintMappingTarget,ConstructorTarget,MethodTarget,ParameterTarget,ReturnValueTarget,TypeTarget
public interface CrossParameterConstraintMappingContext extends ConstraintMappingTarget, ConstructorTarget, MethodTarget, ParameterTarget, ReturnValueTarget, Constrainable<CrossParameterConstraintMappingContext>, AnnotationIgnoreOptions<CrossParameterConstraintMappingContext>
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to navigate to other constraint targets.- Author:
- Gunnar Morling
-
-
Method Summary
-
Methods inherited from interface org.hibernate.validator.cfg.context.AnnotationIgnoreOptions
ignoreAnnotations
-
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.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
-
-