A simple class that takes method invocations and property setters and populates the arguments of these into the supplied map ignoring null values.
| Constructor and description | 
|---|
| ClosureToMapPopulator
                                (java.util.Map theMap) | 
| ClosureToMapPopulator
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Object | invokeMethod(java.lang.String name, java.lang.Object o) | 
|  | java.util.Map | populate(groovy.lang.Closure callable) | 
|  | void | setProperty(java.lang.String name, java.lang.Object o) | 
| Methods inherited from class | Name | 
|---|---|
| class groovy.lang.GroovyObjectSupport | groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |