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
ignoreAnnotationsMethods inherited from interface org.hibernate.validator.cfg.context.Constrainable
constraintMethods inherited from interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
constraintDefinitionMethods inherited from interface org.hibernate.validator.cfg.context.ConstructorTarget
constructorMethods inherited from interface org.hibernate.validator.cfg.context.MethodTarget
methodMethods inherited from interface org.hibernate.validator.cfg.context.ParameterTarget
parameterMethods inherited from interface org.hibernate.validator.cfg.context.ReturnValueTarget
returnValueMethods inherited from interface org.hibernate.validator.cfg.context.TypeTarget
type