public class BreinMapUtil
extends java.lang.Object
| Constructor and Description |
|---|
BreinMapUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
copyMap(java.util.Map<java.lang.String,java.lang.Object> source)
Map Helper method used to copy a hashmap of type String, Object
|
static void |
executeMapFunctions(com.google.gson.JsonObject jsonObject,
java.util.Map<java.lang.String,CheckFunction> functionMap)
Executes the actions within the map.
|
public static void executeMapFunctions(com.google.gson.JsonObject jsonObject,
java.util.Map<java.lang.String,CheckFunction> functionMap)
jsonObject - structure that will be added with a propertyfunctionMap - map of actions (aka methods)public static java.util.Map<java.lang.String,java.lang.Object> copyMap(java.util.Map<java.lang.String,java.lang.Object> source)
source - contains the original mapCopyright © Breinify - All Rights Reserved.