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

Packages that use ParameterTarget
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 ParameterTarget in org.hibernate.validator.cfg.context
 

Subinterfaces of ParameterTarget in org.hibernate.validator.cfg.context
 interface MethodConstraintMappingContext
          Constraint mapping creational context representing a method.
 interface ParameterConstraintMappingContext
          Constraint mapping creational context representing a method parameter.
 interface ReturnValueConstraintMappingContext
          Constraint mapping creational context representing a method return value.
 

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

Classes in org.hibernate.validator.cfg.context.impl that implement ParameterTarget
 class MethodConstraintMappingContextImpl
          A constraint mapping creational context which allows to select the parameter or return value to which the next operations shall apply.
 class ParameterConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method parameter.
 class ReturnValueConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method return value.
 



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