Package

com.ccadllc.cedi

config

Permalink

package config

Source
config.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ConfigError extends AnyRef

    Permalink

    Error which occurred when parsing a Config.

  2. final case class ConfigErrors(head: ConfigError, tail: List[ConfigError]) extends Product with Serializable

    Permalink

    Non-empty list of configuration errors.

  3. sealed abstract class ConfigKey extends Product with Serializable

    Permalink

    A key in a Typesafe Config object.

    A key in a Typesafe Config object.

    Keys may be absolute or relative. Relative keys are relative to a specific Config object, which may be arbitrarily nested inside other config keys. An absolute key refers to a path from the root of the config tree.

  4. sealed abstract class ConfigParser[+A] extends AnyRef

    Permalink

    Parses a value of type A from a Typesafe Config object.

Value Members

  1. object ConfigError

    Permalink

    Companion for ConfigError.

  2. object ConfigErrors extends Serializable

    Permalink

    Companion for ConfigErrors.

  3. object ConfigKey extends Serializable

    Permalink

    Companion for ConfigKey.

  4. object ConfigParser

    Permalink

    Companion for ConfigParser.

Inherited from AnyRef

Inherited from Any

Ungrouped