public final class DynamicFinder extends Object
| Constructor and Description |
|---|
DynamicFinder(Method method) |
| Modifier and Type | Method and Description |
|---|---|
static DynamicFinder |
from(Method method)
Returns some metadata if the method is annotated
@Finder or null. |
Finder |
metadata() |
public DynamicFinder(Method method)
public static DynamicFinder from(Method method)
@Finder or null.method - a method you want to test as a dynamic finderpublic Finder metadata()