Class |
Description |
AbstractDatastoreMethodDecoratingTransformation
|
An abstract implementation for transformations that decorate a method invocation such that
the method invocation is wrapped in the execution of a closure that delegates to the original logic.
|
AbstractGormASTTransformation
|
Abstract base class for GORM AST transformations |
AbstractMethodDecoratingTransformation
|
An abstract implementation for transformations that decorate a method invocation such that
the method invocation is wrapped in the execution of a closure that delegates to the original logic.
|
AbstractTraitApplyingGormASTTransformation
|
An abstract transformation that applies a Trait |
AstMethodDispatchUtils
|
- Authors:
- Graeme Rocher
|
AstPropertyResolveUtils
|
Utilities for resolving property names from domain classes etc. |
OrderedGormTransformation
|
Central AST transformation that ensures that GORM AST Transformations are executed in the correct order.
|