public static final class VariableMap.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VariableMap |
build()
Builds a new VariableMap.
|
VariableMap.Builder |
put(String variableName,
Object value)
Adds the given entry to the map to be built.
|
<V> VariableMap.Builder |
put(VariableName<V,?> variableName,
V value)
Adds the given entry to the map to be built.
|
public <V> VariableMap.Builder put(VariableName<V,?> variableName, V value)
V
- the expected transient type of the variablevariableName
- the name of the variablevalue
- the value of the variablepublic VariableMap.Builder put(String variableName, Object value)
variableName
- the name of the variablevalue
- the value of the variablepublic VariableMap build()
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.