case class Config(cfg: Value) extends Product with Serializable

Self Type
Config
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Config()
  2. new Config(cfg: Value)

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. val cfg: Value
  6. def checkValid(c: Config, paths: String*): Unit
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def entrySet(): Set[Entry[String, ConfigValue]]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val fallbackStack: Queue[Value]
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBoolean(path: String): Boolean
  13. def getBytes(path: String): Long
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getConfig(path: String): Config
  16. def getDouble(path: String): Double
  17. def getDuration(path: String): Duration
  18. def getDuration(path: String, unit: TimeUnit): Long
  19. def getInt(path: String): Int
  20. def getLong(path: String): Long
  21. def getMillisDuration(path: String): FiniteDuration
  22. def getNanosDuration(path: String): FiniteDuration
  23. def getOrReturnNull[T](path: String)(implicit ev: Extractor[T]): T
  24. def getString(path: String): String
  25. def getStringList(path: String): List[String]
  26. def hasPath(path: String): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def parseBytes(input: String, pathForException: String): Long

    Parses a size-in-bytes string.

    Parses a size-in-bytes string. If no units are specified in the string, it is assumed to be in bytes. The returned value is in bytes. The purpose of this function is to implement the size-in-bytes-related methods in the Config interface.

    input

    the string to parse

    pathForException

    path to include in exceptions

    returns

    size in bytes

    Exceptions thrown

    ConfigException if string is invalid

  32. def parseDurationAsNanos(input: String): Long
  33. def resolve(): Config
  34. def root(): AbstractMap[String, ConfigValue] with ConfigObject
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def unicodeTrim(s: String): String
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withFallback(c: Config): Config

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped