|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.inject.persist.finder.DynamicFinder
public final class DynamicFinder
Utility that helps you introspect dynamic finder methods.
| Constructor Summary | |
|---|---|
DynamicFinder(java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
static DynamicFinder |
from(java.lang.reflect.Method method)
Returns some metadata if the method is annotated @Finder or null. |
Finder |
metadata()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicFinder(java.lang.reflect.Method method)
| Method Detail |
|---|
public static DynamicFinder from(java.lang.reflect.Method method)
@Finder or null.
method - a method you want to test as a dynamic finderpublic Finder metadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||