net.ceedubs.ficus

FicusConfig

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FicusConfig
  2. AllValueReaderInstances
  3. LocalDateReader
  4. PeriodReader
  5. ConfigValueReader
  6. TryReader
  7. ArbitraryTypeReader
  8. DurationReaders
  9. ConfigReader
  10. CollectionReaders
  11. OptionReader
  12. SymbolReader
  13. StringReader
  14. AnyValReaders
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def arbitraryTypeValueReader[T]: ValueReader[T]

    Definition Classes
    ArbitraryTypeReader
    Annotations
    @macroImpl( ... )
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. implicit val booleanValueReader: ValueReader[Boolean]

    Definition Classes
    AnyValReaders
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit val configValueReader: ValueReader[Config]

    Definition Classes
    ConfigReader
  11. implicit val configValueValueReader: ValueReader[ConfigValue]

    Definition Classes
    ConfigValueReader
  12. implicit val doubleValueReader: ValueReader[Double]

    Definition Classes
    AnyValReaders
  13. implicit def durationReader: ValueReader[Duration]

    A reader for for a scala.

    A reader for for a scala.concurrent.duration.Duration. This reader should be able to read any valid duration format as defined by the HOCON spec and positive and negative infinite values supported by Duration's apply method. For example, it can read "15 minutes", "1 day", "-Inf", or "PlusInf".

    Definition Classes
    DurationReaders
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. implicit val ficusConfigValueReader: ValueReader[FicusConfig]

    Definition Classes
    ConfigReader
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit def finiteDurationReader: ValueReader[FiniteDuration]

    A reader for for a scala.

    A reader for for a scala.concurrent.duration.FiniteDuration. This reader should be able to read any valid duration format as defined by the HOCON spec. For example, it can read "15 minutes" or "1 day".

    Definition Classes
    DurationReaders
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. implicit val intValueReader: ValueReader[Int]

    Definition Classes
    AnyValReaders
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. implicit val localDateReader: ValueReader[LocalDate]

    Definition Classes
    LocalDateReader
  24. implicit val longValueReader: ValueReader[Long]

    Definition Classes
    AnyValReaders
  25. implicit def mapValueReader[A](implicit entryReader: ValueReader[A]): ValueReader[Map[String, A]]

    Definition Classes
    CollectionReaders
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. implicit def optionValueReader[A](implicit valueReader: ValueReader[A]): ValueReader[Option[A]]

    Definition Classes
    OptionReader
  30. implicit val periodReader: ValueReader[Period]

    Definition Classes
    PeriodReader
  31. implicit val stringValueReader: ValueReader[String]

    Definition Classes
    StringReader
  32. implicit val symbolValueReader: ValueReader[Symbol]

    Definition Classes
    SymbolReader
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. implicit def toFicusConfig(config: Config): FicusConfig

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. implicit def traversableReader[C[_], A](implicit entryReader: ValueReader[A], cbf: CanBuildFrom[Nothing, A, C[A]]): ValueReader[C[A]]

    Definition Classes
    CollectionReaders
  37. implicit def tryValueReader[A](implicit valueReader: ValueReader[A]): ValueReader[Try[A]]

    Definition Classes
    TryReader
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AllValueReaderInstances

Inherited from LocalDateReader

Inherited from PeriodReader

Inherited from ConfigValueReader

Inherited from TryReader

Inherited from ArbitraryTypeReader

Inherited from DurationReaders

Inherited from ConfigReader

Inherited from CollectionReaders

Inherited from OptionReader

Inherited from SymbolReader

Inherited from StringReader

Inherited from AnyValReaders

Inherited from AnyRef

Inherited from Any

Ungrouped