Uses of Interface
org.hibernate.validator.cfg.context.ParameterConstraintMappingContext

Packages that use ParameterConstraintMappingContext
org.hibernate.validator.cfg.context Contains facet and creational context interfaces forming the API for programmatic constraint definition. 
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
 

Uses of ParameterConstraintMappingContext in org.hibernate.validator.cfg.context
 

Methods in org.hibernate.validator.cfg.context that return ParameterConstraintMappingContext
 ParameterConstraintMappingContext ParameterTarget.parameter(int index)
          Changes the parameter for which added constraints apply.
 

Uses of ParameterConstraintMappingContext in org.hibernate.validator.cfg.context.impl
 

Classes in org.hibernate.validator.cfg.context.impl that implement ParameterConstraintMappingContext
 class ParameterConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method parameter.
 

Methods in org.hibernate.validator.cfg.context.impl that return ParameterConstraintMappingContext
 ParameterConstraintMappingContext ParameterConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
           
 ParameterConstraintMappingContext MethodConstraintMappingContextImpl.parameter(int index)
           
 ParameterConstraintMappingContext ParameterConstraintMappingContextImpl.parameter(int index)
          Changes the parameter for which added constraints apply.
 ParameterConstraintMappingContext ReturnValueConstraintMappingContextImpl.parameter(int index)
          Changes the parameter for which added constraints apply.
 ParameterConstraintMappingContext ParameterConstraintMappingContextImpl.valid()
          Marks the currently selected method parameter as cascadable.
 



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