Various utilities dealing with key-value pairs.
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>