| AbstractArtefactTypeAstTransformation |
Base implementation for the artefact type transformation.
|
| AbstractGrailsArtefactTransformer |
Abstract transformer that takes an implementation class and creates methods
in a target ClassNode that delegate to that implementation class.
|
| ApiDelegateTransformation |
|
| ArtefactTypeAstTransformation |
A transformation used to apply transformers to classes not located in Grails
directory structure.
|
| ASTValidationErrorsHelper |
|
| DefaultGrailsDomainClassInjector |
Default implementation of domain class injector interface that adds the 'id'
and 'version' properties and other previously boilerplate code.
|
| EntityASTTransformation |
|
| GrailsASTUtils |
Helper methods for working with Groovy AST trees.
|
| GrailsAwareClassLoader |
A class loader that is aware of Groovy sources and injection operations.
|
| GrailsAwareInjectionOperation |
A Groovy compiler injection operation that uses a specified array of
ClassInjector instances to attempt AST injection.
|
| MixinTransformation |
The logic for the Mixin location transform.
|
| NamedArtefactTypeAstTransformation |
An AST transform used to apply a named artefact type
|
| TraitInjectionUtils |
|