Interface ReturnValueConstraintMappingContext
- All Superinterfaces:
AnnotationIgnoreOptions<ReturnValueConstraintMappingContext>,Cascadable<ReturnValueConstraintMappingContext>,Constrainable<ReturnValueConstraintMappingContext>,ConstraintDefinitionTarget,ConstraintMappingTarget,ConstructorTarget,ContainerElementTarget,CrossParameterTarget,MethodTarget,ParameterTarget,TypeTarget
public interface ReturnValueConstraintMappingContext
extends ConstraintMappingTarget, ParameterTarget, CrossParameterTarget, ConstructorTarget, MethodTarget, ContainerElementTarget, Constrainable<ReturnValueConstraintMappingContext>, Cascadable<ReturnValueConstraintMappingContext>, AnnotationIgnoreOptions<ReturnValueConstraintMappingContext>
Constraint mapping creational context representing a method return value. Allows
to place constraints on the return value, mark it 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
ignoreAnnotationsMethods inherited from interface org.hibernate.validator.cfg.context.Cascadable
convertGroup, validMethods 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.ContainerElementTarget
containerElementType, containerElementTypeMethods inherited from interface org.hibernate.validator.cfg.context.CrossParameterTarget
crossParameterMethods 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.TypeTarget
type