| Package | Description |
|---|---|
| org.apache.tamaya.spi |
This package contains the Apache Tamaya SPI artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
ObjectValue |
ListValue.addObject() |
Adds an anonymous child createObject to the array.
|
ObjectValue |
ObjectValue.addObject(String key) |
Sets the given object vaƶue.
|
static ObjectValue |
PropertyValue.createObject() |
Creates a new (invisible) root, which is a node with an empty name.
|
static ObjectValue |
PropertyValue.createObject(String key) |
Creates a new createValue of type
PropertyValue.ValueType.MAP. |
protected ObjectValue |
ObjectValue.deepClone() |
|
static ObjectValue |
ObjectValue.from(Collection<PropertyValue> values) |
Merges multiple values into one single node.
|
ObjectValue |
ObjectValue.mutable() |
Clones this instance and all it's children, marking as mutable value.
|
protected ObjectValue |
ObjectValue.setPropertyValue(PropertyValue value) |
Adds another existing node, hereby setting the corresponding parent node.
|
ObjectValue |
ObjectValue.setValue(String k,
String v) |
Sets the given key, value pair.
|
ObjectValue |
ObjectValue.setValues(Map<String,String> config) |
Applies a mapProperties of
Map<String,String> to this instance as values. |
ObjectValue |
ObjectValue.setValues(Map<String,String> config,
String source,
boolean overwriteExisting) |
Applies a mapProperties of
Map<String,String> to this instance as values. |
ObjectValue |
ListValue.toObjectValue() |
|
ObjectValue |
ObjectValue.toObjectValue() |
|
ObjectValue |
PropertyValue.toObjectValue() |
Convert an instance to a Object PropertyValue.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ObjectValue> |
ListValue.getObjects(String name) |
Get the array elements, filtered by the given predicate.
|
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.