class ConfigSupport extends java.lang.Object
Support for configuration when developing Grails plugins
| Modifiers | Name | Description |
|---|---|---|
class |
ConfigSupport.1 |
| Constructor and description |
|---|
ConfigSupport
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
prepareConfig(org.springframework.core.env.PropertyResolver config, org.springframework.context.ConfigurableApplicationContext applicationContext)Workaround method because Grails' config doesn't convert strings to classes correctly |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Workaround method because Grails' config doesn't convert strings to classes correctly
config - The configapplicationContext - The application context