interface SingleResultProjectionServiceImplementer extends SingleResultServiceImplementer
Represents a projection implementer
Fields inherited from class | Fields |
---|---|
interface ServiceImplementer |
IMPLEMENTED, RETURN_TYPE |
Type Params | Return Type | Name and description |
---|---|---|
|
abstract boolean |
isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode domainClass, org.codehaus.groovy.ast.MethodNode methodNode, org.codehaus.groovy.ast.ClassNode returnType, java.lang.String prefix) Is the return type compatible with the projection query |
Methods inherited from class | Name |
---|---|
interface PrefixedServiceImplementer |
getHandledPrefixes, resolvePrefix |
interface ServiceImplementer |
doesImplement, implement |
Is the return type compatible with the projection query
domainClass
- The domain classmethodNode
- the method noeprefix
- The resolved prefix