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

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

Subinterfaces of ReturnValueTarget 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.
 

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

Classes in org.hibernate.validator.cfg.context.impl that implement ReturnValueTarget
 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.
 



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