Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Method and Description |
---|---|
static ValueMap.Builder |
ValueMap.builder()
Creates a builder for a new value map instance.
|
static ValueMap.Builder |
ValueMap.builder(ValueMap template)
Creates a builder for a new value map instance from the given template map.
|
ValueMap.Builder |
ValueMap.Builder.put(String valueName,
Object value)
Adds the given entry to the map to be built.
|
<V> ValueMap.Builder |
ValueMap.Builder.put(ValueAccessor<V> valueAccessor,
V value)
Adds the given entry to the map to be built.
|
ValueMap.Builder |
ValueMap.Builder.putAll(Map<String,Object> values)
Adds the given values to the map to be built.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.