public class ConfigTestUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addConfigEntry(java.util.Map<java.lang.String,java.lang.Object> valueMapToAdd,
com.typesafe.config.Config configToManipulate) |
static void |
addConfigEntry(java.lang.String path,
java.lang.Object value,
CachedConfig cachedConfig)
Adds a new value to a specific config.
|
static void |
addConfigEntry(java.lang.String path,
java.lang.Object value,
com.typesafe.config.Config configToManipulate)
Adds a new value to a specific config.
|
public static void addConfigEntry(java.lang.String path,
java.lang.Object value,
CachedConfig cachedConfig)
throws java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
path - the path as keyvalue - the value to set or unsetcachedConfig - the config to manipulatejava.lang.NoSuchFieldExceptionjava.lang.IllegalAccessExceptionpublic static void addConfigEntry(java.lang.String path,
java.lang.Object value,
com.typesafe.config.Config configToManipulate)
throws java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
path - the path as keyvalue - the value to set or unsetconfigToManipulate - the config to manipulatejava.lang.NoSuchFieldExceptionjava.lang.IllegalAccessExceptionpublic static void addConfigEntry(java.util.Map<java.lang.String,java.lang.Object> valueMapToAdd,
com.typesafe.config.Config configToManipulate)
throws java.lang.NoSuchFieldException,
java.lang.IllegalAccessException
java.lang.NoSuchFieldExceptionjava.lang.IllegalAccessException