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 ConfigValueType |
ConfigValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigValueType[] |
ConfigValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ConfigValueType |
ConfigValue.valueType()
The
ConfigValueType of the value; matches the JSON type schema. |
Copyright © 2018 com.typesafe. All rights reserved.