public class VariableUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
VariableUtil.SetVariableFunction |
| Modifier and Type | Field and Description |
|---|---|
static CoreLogger |
CORE_LOGGER |
| Constructor and Description |
|---|
VariableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkJavaSerialization(String variableName,
TypedValue value)
Checks, if Java serialization will be used and if it is allowed to be used.
|
static void |
setVariables(Map<String,?> variables,
VariableUtil.SetVariableFunction setVariableFunction) |
public static CoreLogger CORE_LOGGER
public static void checkJavaSerialization(String variableName, TypedValue value)
variableName - value - public static void setVariables(Map<String,?> variables, VariableUtil.SetVariableFunction setVariableFunction)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.