Packages

object Ficus extends FicusInstances

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ficus
  2. FicusInstances
  3. ISOZonedDateTimeReader
  4. BigNumberReaders
  5. ConfigValueReader
  6. TryReader
  7. DurationReaders
  8. ConfigReader
  9. CollectionReaders
  10. OptionReader
  11. SymbolReader
  12. StringReader
  13. AnyValReaders
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bigDecimalReader: ValueReader[BigDecimal]
    Definition Classes
    BigNumberReaders
  6. implicit val bigIntReader: ValueReader[BigInt]
    Definition Classes
    BigNumberReaders
  7. implicit val booleanValueReader: ValueReader[Boolean]
    Definition Classes
    AnyValReaders
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val configValueReader: ValueReader[Config]
    Definition Classes
    ConfigReader
  10. implicit val configValueValueReader: ValueReader[ConfigValue]
    Definition Classes
    ConfigValueReader
  11. implicit val doubleValueReader: ValueReader[Double]
    Definition Classes
    AnyValReaders
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit val ficusConfigValueReader: ValueReader[FicusConfig]
    Definition Classes
    ConfigReader
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit def finiteDurationReader: ValueReader[FiniteDuration]

    A reader for for a scala.concurrent.duration.FiniteDuration.

    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
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. implicit val intValueReader: ValueReader[Int]
    Definition Classes
    AnyValReaders
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit val isoZonedDateTimeReader: ValueReader[ZonedDateTime]
    Definition Classes
    ISOZonedDateTimeReader
  22. implicit val longValueReader: ValueReader[Long]
    Definition Classes
    AnyValReaders
  23. implicit def mapValueReader[A](implicit entryReader: ValueReader[A]): ValueReader[Map[String, A]]
    Definition Classes
    CollectionReaders
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. implicit def optionValueReader[A](implicit valueReader: ValueReader[A]): ValueReader[Option[A]]
    Definition Classes
    OptionReader
  28. implicit val stringValueReader: ValueReader[String]
    Definition Classes
    StringReader
  29. implicit val symbolValueReader: ValueReader[Symbol]
    Definition Classes
    SymbolReader
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. implicit def toFicusConfig(config: Config): FicusConfig
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. implicit def traversableReader[C[_], A](implicit entryReader: ValueReader[A], cbf: CanBuildFrom[Nothing, A, C[A]]): ValueReader[C[A]]
    Definition Classes
    CollectionReaders
  34. implicit def tryValueReader[A](implicit valueReader: ValueReader[A]): ValueReader[Try[A]]
    Definition Classes
    TryReader
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FicusInstances

Inherited from ISOZonedDateTimeReader

Inherited from BigNumberReaders

Inherited from ConfigValueReader

Inherited from TryReader

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