|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FinderMethod
Implementation of dynamic finders
| Method Summary | |
|---|---|
Object |
invoke(Class clazz,
String methodName,
Object[] arguments)
Invokes the method |
boolean |
isMethodMatch(String methodName)
Whether the given method name matches this finder |
void |
setPattern(String pattern)
|
| Method Detail |
|---|
void setPattern(String pattern)
pattern - A regular expression
Object invoke(Class clazz,
String methodName,
Object[] arguments)
clazz - The classmethodName - The method namearguments - The arguments
boolean isMethodMatch(String methodName)
methodName - The method name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||