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.internal.cfg.context 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.internal.cfg.context
 

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

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



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