net.ceedubs

ficus

package ficus

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigKey[A] extends AnyRef

  2. trait FicusConfig extends AnyRef

  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

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

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

Value Members

  1. object Ficus extends FicusInstances

  2. package readers

  3. package util

Deprecated Value Members

  1. object FicusConfig extends AllValueReaderInstances

    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