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