Package

wvlet

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends Iterable[ConfigHolder]

    Permalink
  2. trait ConfigBuilder extends AnyRef

    Permalink
  3. class ConfigBuilderImpl extends ConfigBuilder

    Permalink

  4. case class ConfigHolder(env: String, tpe: ObjectType, value: Any) extends Product with Serializable

    Permalink
  5. class ConfigImpl extends Config with LogSupport

    Permalink
  6. case class ConfigPaths(configPaths: Seq[String]) extends LogSupport with Product with Serializable

    Permalink
  7. case class Environment(env: String, defaultEnv: String = "default") extends Product with Serializable

    Permalink

Value Members

  1. object Config

    Permalink
  2. object YamlReader extends LogSupport

    Permalink

Ungrouped