Object/Class

metaconfig

Conf

Related Docs: class Conf | package metaconfig

Permalink

object Conf extends Serializable

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

Type Members

  1. case class Bool(value: Boolean) extends Conf with Product with Serializable

    Permalink
  2. case class Lst(values: List[Conf]) extends Conf with Product with Serializable

    Permalink
  3. case class Null() extends Conf with Product with Serializable

    Permalink
  4. case class Num(value: BigDecimal) extends Conf with Product with Serializable

    Permalink
  5. case class Obj(values: List[(String, Conf)]) extends Conf with Product with Serializable

    Permalink
  6. case class Str(value: String) extends Conf with Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Lst extends Serializable

    Permalink
  5. object Obj extends Serializable

    Permalink
  6. def applyPatch(original: Conf, patch: Conf): Conf

    Permalink

    Applies the patch configuration on top of original.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromBigDecimal(n: BigDecimal): Conf

    Permalink
  13. def fromBoolean(bool: Boolean): Conf

    Permalink
  14. def fromInt(n: Int): Conf

    Permalink
  15. def fromList(lst: List[Conf]): Conf

    Permalink
  16. def fromMap(map: Map[String, Conf]): Conf

    Permalink
  17. def fromNumberOrString(str: String): Conf

    Permalink
  18. def fromString(str: String): Conf

    Permalink
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def parseCliArgs[T](args: List[String])(implicit settings: Settings[T]): Configured[Conf]

    Permalink
  26. def parseFile(file: File)(implicit parser: MetaconfigParser): Configured[Conf]

    Permalink
  27. def parseInput(input: Input)(implicit parser: MetaconfigParser): Configured[Conf]

    Permalink
  28. def parseString(filename: String, string: String)(implicit parser: MetaconfigParser): Configured[Conf]

    Permalink
  29. def parseString(string: String)(implicit parser: MetaconfigParser): Configured[Conf]

    Permalink
  30. def patch(original: Conf, revised: Conf): Conf

    Permalink

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

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

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

    Permalink

    Pretty-print this value as a HOCON string.

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped