org.hibernate.validator.cfg.context
Interface ParameterConstraintMappingContext

All Superinterfaces:
Cascadable<ParameterConstraintMappingContext>, Constrainable<ParameterConstraintMappingContext>, MethodTarget, ParameterTarget, ReturnValueTarget, TypeTarget
All Known Implementing Classes:
ParameterConstraintMappingContextImpl

public interface ParameterConstraintMappingContext
extends TypeTarget, ParameterTarget, ReturnValueTarget, MethodTarget, Constrainable<ParameterConstraintMappingContext>, Cascadable<ParameterConstraintMappingContext>

Constraint mapping creational context representing a method parameter. Allows to place constraints on the parameter, mark the parameter 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.ReturnValueTarget
returnValue
 
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