|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
MethodConstraintMappingContext |
method(String name,
Class<?>... parameterTypes)
Selects a method to which the next operations shall apply. |
Method Detail |
---|
MethodConstraintMappingContext method(String name, Class<?>... parameterTypes)
Until this method is called constraints apply on class level. After calling this method constraints apply to the specified method.
name
- The method name.parameterTypes
- The method parameter types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |