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> properties) 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(final Object stringy) is evaluted
properties
- Map that will be evaluatedMap<String,String>