| Package | Description |
|---|---|
| org.apache.tamaya.spi |
This package contains the Apache Tamaya SPI artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListValue |
ListValue.addList() |
Adds an anonymous array.
|
ListValue |
ObjectValue.addList(String key) |
Sets the given list value.
|
ListValue |
ListValue.addPropertyValue(PropertyValue value) |
Adds a createValue to the array.
|
ListValue |
ListValue.addValue(String value) |
Adds an anonymous text value to the array.
|
ListValue |
ListValue.addValues(String... values) |
Adds text values to the array.
|
static ListValue |
PropertyValue.createList() |
Creates a new (invisible) root, which is a node with an empty name.
|
static ListValue |
PropertyValue.createList(String key) |
Creates a new createValue of type
PropertyValue.ValueType.ARRAY. |
protected ListValue |
ListValue.deepClone() |
|
static ListValue |
ListValue.from(Collection<PropertyValue> values) |
Merges multiple values into one single node.
|
ListValue |
ListValue.mutable() |
Clones this instance and all it's children, marking as mutable value.
|
ListValue |
ListValue.toListValue() |
|
ListValue |
ObjectValue.toListValue() |
|
ListValue |
PropertyValue.toListValue() |
Convert an instance to a List PropertyValue.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ListValue> |
ListValue.getLists() |
Get all array elements of type
ListValue. |
List<ListValue> |
ListValue.getLists(String name) |
Get the array elements, filtered by the given name.
|
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.