Packages

p

profig

package profig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. profig
  2. SharedJSONConversions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Profig extends ProfigPath
  2. trait ProfigPath extends AnyRef

    ProfigPath is the core of functionality in Profig.

    ProfigPath is the core of functionality in Profig. Profig extends from it for the root path and is used for looking up deeper paths as well.

  3. trait SharedJSONConversions extends AnyRef

Value Members

  1. implicit def args2JSON(args: Seq[String]): Json
    Definition Classes
    SharedJSONConversions
  2. def initProfig(loadModules: Boolean)(implicit ec: ExecutionContext): Future[Unit]
  3. implicit def properties2JSON(properties: Properties): Json
    Definition Classes
    SharedJSONConversions
  4. object JsonUtil
  5. object Profig extends Profig

    Profig provides access to environment variables, properties, and other configuration all merged together into one powerful system.

    Profig provides access to environment variables, properties, and other configuration all merged together into one powerful system. Uses JSON internally to provide merging and integration. Paths are dot-separated.

  6. object ProfigPath

Inherited from SharedJSONConversions

Inherited from AnyRef

Inherited from Any

Ungrouped