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

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

Methods in org.hibernate.validator.cfg.context that return ReturnValueConstraintMappingContext
 ReturnValueConstraintMappingContext ReturnValueTarget.returnValue()
          Selects the current method's return value as the target for the next operations.
 

Uses of ReturnValueConstraintMappingContext in org.hibernate.validator.internal.cfg.context
 

Classes in org.hibernate.validator.internal.cfg.context that implement ReturnValueConstraintMappingContext
 class ReturnValueConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method return value.
 

Methods in org.hibernate.validator.internal.cfg.context that return ReturnValueConstraintMappingContext
 ReturnValueConstraintMappingContext ReturnValueConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
           
 ReturnValueConstraintMappingContext ParameterConstraintMappingContextImpl.returnValue()
          Defines constraints on the return value of the current method.
 ReturnValueConstraintMappingContext MethodConstraintMappingContextImpl.returnValue()
           
 ReturnValueConstraintMappingContext ReturnValueConstraintMappingContextImpl.valid()
          Marks the current property as cascadable.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.