Package | Description |
---|---|
com.edorasware.commons.core.entity |
Classes to model business entities.
|
Modifier and Type | Method and Description |
---|---|
static VariableMap.Builder |
VariableMap.builder()
Creates a builder for a new VariableMap instance.
|
static VariableMap.Builder |
VariableMap.builder(VariableMap template)
Creates a builder for a new VariableMap instance and applies the given template.
|
VariableMap.Builder |
VariableMap.Builder.put(String variableName,
Object value)
Adds the given entry to the map to be built.
|
<V> VariableMap.Builder |
VariableMap.Builder.put(VariableName<V,?> variableName,
V value)
Adds the given entry to the map to be built.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.