| Class | Description |
|---|---|
| CacheEntry<V> |
Wrapper for a value inside a cache that adds timestamp information
for expiration and prevents "cache storms" with a Lock.
|
| ClosureToMapPopulator |
A simple class that takes method invocations and property setters and populates
the arguments of these into the supplied map ignoring null values.
|
| DomainBuilder |
Allows the construction of object graphs of domain classes.
|
| DomainBuilder.DefaultGrailsChildPropertySetter | |
| ExtendedProxy |
Extends the Groovy Proxy implementation and adds proxying of property getters/setters.
|
| GrailsUtil |
Grails utility methods for command line and GUI applications.
|
| Holders | |
| Pair<A,B> | |
| Triple<A,B,C> |
| Exception | Description |
|---|---|
| CacheEntry.UpdateException |
| Annotation Type | Description |
|---|---|
| Mixin |