Interface MethodConstraintMappingContext
-
- All Superinterfaces:
AnnotationIgnoreOptions<MethodConstraintMappingContext>,CrossParameterTarget,ParameterTarget,ReturnValueTarget
public interface MethodConstraintMappingContext extends ParameterTarget, CrossParameterTarget, ReturnValueTarget, AnnotationIgnoreOptions<MethodConstraintMappingContext>
Constraint mapping creational context representing a method. Allows to navigate to the method'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
-
-