public class ControllerAsyncTransformer
extends org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformer
CURRENT_PREFIX, METHOD_MISSING_METHOD_NAME, OBJECT_CLASS, PUBLIC_STATIC_MODIFIER, STATIC_METHOD_MISSING_METHOD_NAME| Constructor and Description |
|---|
ControllerAsyncTransformer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtefactType() |
java.lang.Class<?> |
getInstanceImplementation() |
java.lang.Class<?> |
getStaticImplementation() |
protected boolean |
requiresAutowiring() |
boolean |
shouldInject(java.net.URL url) |
addApiLookupFieldAndSetter, addDelegateInstanceMethod, addDelegateStaticMethod, addEnhancedAnnotation, compareTo, getArtefactTypes, getMarkerAnnotation, hasArtefactAnnotation, isCandidateInstanceMethod, isStaticCandidateMethod, isStaticMethodExcluded, isStaticMethodIncluded, isValidArtefactType, isValidTargetClassNode, performInjection, performInjection, performInjectionInternal, performInjectionOnAnnotatedClass, performInjectionOnAnnotatedClass, performInstanceImplementationInjection, performStaticImplementationInjection, populateAutowiredApiLookupMethod, populateDefaultApiLookupMethod, requiresStaticLookupMethod, resolveGenericsPlaceHolders, shouldSkipInjectionprotected boolean requiresAutowiring()
requiresAutowiring in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformerpublic java.lang.String getArtefactType()
getArtefactType in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformerpublic java.lang.Class<?> getInstanceImplementation()
getInstanceImplementation in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformerpublic java.lang.Class<?> getStaticImplementation()
getStaticImplementation in class org.codehaus.groovy.grails.compiler.injection.AbstractGrailsArtefactTransformerpublic boolean shouldInject(java.net.URL url)