ConfigValueType

org.ekrich.config.ConfigValueType
enum ConfigValueType extends Enum[ConfigValueType]

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

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Enum[ConfigValueType]
trait Serializable
trait Comparable[ConfigValueType]
trait Constable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

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