ConfigValueType

enum ConfigValueType extends Enum[ConfigValueType]

The type of a configuration value (following the JSON type schema).

The type of a configuration value (following the JSON type schema).

trait Enum
trait Product
trait Equals
class Enum[ConfigValueType]
trait Serializable
trait Comparable[ConfigValueType]
class Object
trait Matchable
class Any

Type members

Enum entries

case LIST extends ConfigValueType
case NULL extends ConfigValueType
case NUMBER extends ConfigValueType
case OBJECT extends ConfigValueType
case STRING extends ConfigValueType