@CompileStatic class MatchSpec extends Object
A match spec details a matched finder
| Type | Name and description |
|---|---|
List<MethodExpression> |
methodCallExpressionsThe method call expressions |
String |
methodNameThe full method name |
String |
prefixThe prefix (for example "findBy") |
String |
queryExpressionThe query expression without the prefix i.e. methodName - prefix |
int |
requiredArgumentsThe required arguments |
The method call expressions
The full method name
The prefix (for example "findBy")
The query expression without the prefix i.e. methodName - prefix
The required arguments
Groovy Documentation