org.hibernate.validator.cfg.context
Interface MethodConstraintMappingContext

All Superinterfaces:
ParameterTarget, ReturnValueTarget
All Known Implementing Classes:
MethodConstraintMappingContextImpl

public interface MethodConstraintMappingContext
extends ParameterTarget, ReturnValueTarget

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.ParameterTarget
parameter
 
Methods inherited from interface org.hibernate.validator.cfg.context.ReturnValueTarget
returnValue
 



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