Package | Description |
---|---|
com.typesafe.config |
An API for loading and using configuration files, see the project site
for more information.
|
Modifier and Type | Method and Description |
---|---|
static ConfigList |
ConfigValueFactory.fromIterable(Iterable<? extends Object> values)
See the other overload of
ConfigValueFactory.fromIterable(Iterable, String) for
details, this one just uses a default origin description. |
static ConfigList |
ConfigValueFactory.fromIterable(Iterable<? extends Object> values,
String originDescription)
See the
ConfigValueFactory.fromAnyRef(Object,String) documentation for details. |
ConfigList |
Config.getList(String path)
Gets a list value (with any element type) as a
ConfigList , which
implements java.util.List<ConfigValue> . |
ConfigList |
ConfigList.withOrigin(ConfigOrigin origin) |
Copyright © 2018 com.typesafe. All rights reserved.