@AstTransformer @CompileStatic class ScaffoldingControllerInjector extends Object implements GrailsArtefactClassInjector
Transformation that turns a controller into a scaffolding controller at compile time, when 'static scaffold = Foo' is specified
| Modifiers | Name | Description |
|---|---|---|
static String |
PROPERTY_SCAFFOLD |
| Type | Name and description |
|---|---|
String[] |
artefactTypes |
| Constructor and description |
|---|
ScaffoldingControllerInjector() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
performInjection(SourceUnit source, GeneratorContext context, ClassNode classNode) |
|
void |
performInjection(SourceUnit source, ClassNode classNode) |
|
boolean |
shouldInject(ClassNode classNode) |