org.hibernate.validator.cfg.context
Interface MethodTarget

All Known Subinterfaces:
ParameterConstraintMappingContext, PropertyConstraintMappingContext, ReturnValueConstraintMappingContext, TypeConstraintMappingContext<C>
All Known Implementing Classes:
ParameterConstraintMappingContextImpl, PropertyConstraintMappingContextImpl, ReturnValueConstraintMappingContextImpl, TypeConstraintMappingContextImpl

public interface MethodTarget

Facet of a constraint mapping creational context which allows to the select the bean method to which the next operations shall apply.

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

Method Summary
 MethodConstraintMappingContext method(String name, Class<?>... parameterTypes)
          Selects a method to which the next operations shall apply.
 

Method Detail

method

MethodConstraintMappingContext method(String name,
                                      Class<?>... parameterTypes)
Selects a method to which the next operations shall apply.

Until this method is called constraints apply on class level. After calling this method constraints apply to the specified method.

Parameters:
name - The method name.
parameterTypes - The method parameter types.
Returns:
A creational context representing the selected method.


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