Interface ConstructorConstraintMappingContext
- All Superinterfaces:
AnnotationIgnoreOptions<ConstructorConstraintMappingContext>
,CrossParameterTarget
,ParameterTarget
,ReturnValueTarget
public interface ConstructorConstraintMappingContext
extends ParameterTarget, CrossParameterTarget, ReturnValueTarget, AnnotationIgnoreOptions<ConstructorConstraintMappingContext>
Constraint mapping creational context representing a constructor. Allows to
navigate to the constructor's parameters and return value.
- 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.CrossParameterTarget
crossParameter
Methods inherited from interface org.hibernate.validator.cfg.context.ParameterTarget
parameter
Methods inherited from interface org.hibernate.validator.cfg.context.ReturnValueTarget
returnValue