net.ceedubs.ficus

Ficus

object Ficus extends FicusInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ficus
  2. FicusInstances
  3. InetSocketAddressReaders
  4. URLReader
  5. URIReaders
  6. ChronoUnitReader
  7. LocalDateReader
  8. PeriodReader
  9. ISOZonedDateTimeReader
  10. BigNumberReaders
  11. ConfigValueReader
  12. TryReader
  13. DurationReaders
  14. ConfigReader
  15. CollectionReaders
  16. OptionReader
  17. SymbolReader
  18. StringReader
  19. AnyValReaders
  20. AnyRef
  21. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val bigDecimalReader: ValueReader[BigDecimal]

    Definition Classes
    BigNumberReaders
  8. implicit val bigIntReader: ValueReader[BigInt]

    Definition Classes
    BigNumberReaders
  9. implicit val booleanValueReader: ValueReader[Boolean]

    Definition Classes
    AnyValReaders
  10. implicit val chronoUnitReader: ValueReader[ChronoUnit]

    Definition Classes
    ChronoUnitReader
  11. def clone(): AnyRef

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

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

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

    Definition Classes
    AnyValReaders
  15. 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
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    ConfigReader
  19. 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
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  22. implicit val inetSocketAddressListReader: ValueReader[List[InetSocketAddress]]

    Definition Classes
    InetSocketAddressReaders
  23. implicit val inetSocketAddressReader: ValueReader[InetSocketAddress]

    Definition Classes
    InetSocketAddressReaders
  24. implicit val intValueReader: ValueReader[Int]

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

    Definition Classes
    Any
  26. implicit val isoZonedDateTimeReader: ValueReader[ZonedDateTime]

    Definition Classes
    ISOZonedDateTimeReader
  27. implicit val javaURIReader: ValueReader[URI]

    Definition Classes
    URIReaders
  28. implicit val javaURLReader: ValueReader[URL]

    Definition Classes
    URLReader
  29. implicit val localDateReader: ValueReader[LocalDate]

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  35. implicit def optionValueReader[A](implicit valueReader: ValueReader[A]): ValueReader[Option[A]]

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

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

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

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

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

  41. def toString(): String

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

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

    Definition Classes
    TryReader
  44. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from FicusInstances

Inherited from InetSocketAddressReaders

Inherited from URLReader

Inherited from URIReaders

Inherited from ChronoUnitReader

Inherited from LocalDateReader

Inherited from PeriodReader

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