Package

eu.shiftforward.apso

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigReader[+T] extends (Config, String) ⇒ T

    Permalink

    Represents a function that given a config and the config key string, will return the given type.

    Represents a function that given a config and the config key string, will return the given type.

    T

    the type to be returned

    Annotations
    @deprecated @implicitNotFound( ... )
    Deprecated

    (Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead

Value Members

  1. object LazyConfigFactory

    Permalink

    Contains static methods for creating Config instances in a lazy way.

    Contains static methods for creating Config instances in a lazy way.

    The loading process resolves variables lazily - configurations are first completely loaded and merged (reference.conf, the application file and default overrides) and only then are variables resolved. This ConfigFactory also considers a third standard configuration file, overrides.conf, which has priority over the application file and can be used to specify keys that should always be overriden, e.g. by environment variables if they are defined.

Deprecated Value Members

  1. object ConfigReader

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead

  2. object Implicits extends BasicConfigReaders with ExtendedConfigReaders

    Permalink

    Provides useful extension methods for Config instances.

    Provides useful extension methods for Config instances.

    Annotations
    @deprecated
    Deprecated

    (Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead

Ungrouped