Package

net.ceedubs

ficus

Permalink

package ficus

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigKey[A] extends AnyRef

    Permalink
  2. trait FicusConfig extends AnyRef

    Permalink
  3. trait FicusInstances extends AnyValReaders with StringReader with SymbolReader with OptionReader with CollectionReaders with ConfigReader with DurationReaders with TryReader with ConfigValueReader with BigNumberReaders with ISOZonedDateTimeReader

    Permalink
  4. final case class SimpleConfigKey[A](path: String) extends ConfigKey[A] with Product with Serializable

    Permalink
  5. final case class SimpleFicusConfig(config: Config) extends FicusConfig with Product with Serializable

    Permalink

Value Members

  1. object Ficus extends FicusInstances

    Permalink
  2. package readers

    Permalink
  3. package util

    Permalink

Deprecated Value Members

  1. object FicusConfig extends AllValueReaderInstances

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.1/1.1.1) For implicits, use Ficus._ instead of FicusConfig._. Separately use ArbitraryTypeReader._ for macro-based derived reader instances. See https://github.com/ceedubs/ficus/issues/5

Ungrouped