@CompileStatic abstract class GlobalClassInjectorAdapter extends Object implements GlobalClassInjector
Helper super class to ease the creation of AllArtefactClassInjector implementations
Type | Name and description |
---|---|
Set<String> |
processesClassNames |
Constructor and description |
---|
GlobalClassInjectorAdapter() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
performInjection(SourceUnit source, GeneratorContext context, ClassNode classNode) |
|
void |
performInjection(SourceUnit source, ClassNode classNode) |
|
abstract void |
performInjectionInternal(SourceUnit source, ClassNode classNode) |
|
void |
performInjectionOnAnnotatedClass(SourceUnit source, ClassNode classNode) |
|
boolean |
shouldInject(URL url) |