@Trait @CompileStatic trait IterableInterfaceProjectionBuilder extends InterfaceProjectionBuilder
Projection builder for iterable results like lists and arrays
| Type Params | Return Type | Name and description |
|---|---|---|
|
Statement |
buildInterfaceProjection(ClassNode targetDomainClass, MethodNode abstractMethodNode, Expression queryMethodCall, 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