Class TemplateKt
-
- All Implemented Interfaces:
public final class TemplateKt
-
-
Method Summary
-
-
Method Detail
-
replaceValues
final static Map<String, Object> replaceValues(Map<String, Object> $self, Map<String, Object> templates)
Replaces all template values denoted with ${key} in a map with the corresponding values from the templates map.
- Parameters:
templates- a map of template values- Returns:
a new map with all template values replaced
-
-
-
-