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