org.hibernate.validator.cfg.context
Interface ReturnValueConstraintMappingContext

All Superinterfaces:
Cascadable<ReturnValueConstraintMappingContext>, Constrainable<ReturnValueConstraintMappingContext>, MethodTarget, ParameterTarget, TypeTarget
All Known Implementing Classes:
ReturnValueConstraintMappingContextImpl

public interface ReturnValueConstraintMappingContext
extends TypeTarget, ParameterTarget, MethodTarget, Constrainable<ReturnValueConstraintMappingContext>, Cascadable<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 - SERLI - (kevin.pollet@serli.com)

Method Summary
 
Methods inherited from interface org.hibernate.validator.cfg.context.TypeTarget
type
 
Methods inherited from interface org.hibernate.validator.cfg.context.ParameterTarget
parameter
 
Methods inherited from interface org.hibernate.validator.cfg.context.MethodTarget
method
 
Methods inherited from interface org.hibernate.validator.cfg.context.Constrainable
constraint
 
Methods inherited from interface org.hibernate.validator.cfg.context.Cascadable
valid
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved