org.hibernate.validator.cfg.context
Interface ReturnValueTarget

All Known Subinterfaces:
MethodConstraintMappingContext, ParameterConstraintMappingContext
All Known Implementing Classes:
MethodConstraintMappingContextImpl, ParameterConstraintMappingContextImpl

public interface ReturnValueTarget

Facet of a constraint mapping creational context which allows to the select the current method's return value as target for the next operations.

Author:
Kevin Pollet - SERLI - (kevin.pollet@serli.com), Gunnar Morling

Method Summary
 ReturnValueConstraintMappingContext returnValue()
          Selects the current method's return value as the target for the next operations.
 

Method Detail

returnValue

ReturnValueConstraintMappingContext returnValue()
Selects the current method's return value as the target for the next operations.

Returns:
A creational context representing the current method's return value.


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