Class |
Description |
AppCtx
|
A static that uses the Holder to get the spring ApplicationContext it beans and the GrailsApplication
when in those cases where its not practical or possible to inject them (such as Traits for a persitenceEntity)
Obviously it highly recommended to not use this and use DI whenever possible. |
BeanPathTools
|
BeanPathTools contains a set of static helpers, which provides a convenient way
for manipulating with object's properties. |
DateUtil
|
custom manipulations with dates.
|
DelegatingBean
|
Used mainly by BeanPathTools |
IsoDateUtil
|
Provides a set of methods for parsing/formatting ISO 8601 dates.
|
KeyVersion
|
|
ListParseUtil
|
ListParseUtil provides a set of static helpers for parsing and manipulating with comma separated lists in strings. |
MapFlattener
|
MapFlattener taken from here https://github.com/dmillett/jConfigMap |
MultiFormatDateConverter
|
Used for binding date properties from string |
RepoDelegatingBean
|
Delegates missing properties as method calls to the repository for the domain class. |