public class RepositoryQueryMethod
extends java.lang.Object
| Constructor and Description |
|---|
RepositoryQueryMethod(java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
method()
The
Method to invoke. |
java.lang.String[] |
paramNames()
The parameter names as pulled from the
Param annotations. |
java.lang.Class<?>[] |
paramTypes()
The method's parameter types.
|
public RepositoryQueryMethod(java.lang.reflect.Method method)
public java.lang.Class<?>[] paramTypes()
public java.lang.String[] paramNames()
Param annotations.public java.lang.reflect.Method method()
Method to invoke.