@groovy.transform.Trait @groovy.transform.CompileStatic trait IterableInterfaceProjectionBuilder extends InterfaceProjectionBuilder
Projection builder for iterable results like lists and arrays
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.codehaus.groovy.ast.stmt.Statement |
buildInterfaceProjection(ClassNode targetDomainClass, MethodNode abstractMethodNode, org.codehaus.groovy.ast.expr.Expression queryMethodCall, org.codehaus.groovy.ast.expr.Expression args, MethodNode newMethodNode) |
|
boolean |
isInterfaceProjection(ClassNode domainClass, MethodNode methodNode, ClassNode returnType)Is the method an interface projection |
| Methods inherited from class | Name |
|---|---|
trait InterfaceProjectionBuilder |
buildInterfaceImpl, isInterfaceProjection |
Is the method an interface projection