@Deprecated @groovy.transform.CompileStatic class MapUtils extends Object
Various utilities dealing with key-value pairs.
Constructor and description |
---|
MapUtils
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static java.util.Map<String, String> |
stringizeValues(java.util.Map<String, Object> props) Evaluates a map of objects to a map of strings. |
Evaluates a map of objects to a map of strings. Anything value that can be evaluated by StringUtils.stringize is evaluated
props
- Map that will be evaluatedMap<String,String>