Packages

object Conf extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Conf
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Bool(value: Boolean) extends Conf with Product with Serializable
  2. case class Lst(values: List[Conf]) extends Conf with Product with Serializable
  3. case class Null() extends Conf with Product with Serializable
  4. case class Num(value: BigDecimal) extends Conf with Product with Serializable
  5. case class Obj(values: List[(String, Conf)]) extends Conf with Product with Serializable
  6. case class Str(value: String) extends Conf with Product with Serializable

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. def applyPatch(original: Conf, patch: Conf): Conf

    Applies the patch configuration on top of original.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromBigDecimal(n: BigDecimal): Conf
  11. def fromBoolean(bool: Boolean): Conf
  12. def fromInt(n: Int): Conf
  13. def fromList(lst: List[Conf]): Conf
  14. def fromMap(map: Map[String, Conf]): Conf
  15. def fromNumberOrString(str: String): Conf
  16. def fromString(str: String): Conf
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parseCliArgs[T](args: List[String])(implicit settings: Settings[T]): Configured[Conf]
  24. def parseFile(file: File)(implicit parser: MetaconfigParser): Configured[Conf]
  25. def parseInput(input: Input)(implicit parser: MetaconfigParser): Configured[Conf]
  26. def parseString(filename: String, string: String)(implicit parser: MetaconfigParser): Configured[Conf]
  27. def parseString(string: String)(implicit parser: MetaconfigParser): Configured[Conf]
  28. def patch(original: Conf, revised: Conf): Conf

    Produce a minimal Conf that when merged with original yields revised.

    Produce a minimal Conf that when merged with original yields revised. *

  29. def printHocon[T](value: T)(implicit arg0: ConfEncoder[T]): String

    Pretty-print this value as a HOCON string.

  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object Lst extends Serializable
  36. object Obj extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped