ConfigExtensionMethods

slick.util.ConfigExtensionMethods
See theConfigExtensionMethods companion object
final class ConfigExtensionMethods(val c: Config) extends AnyVal

Extension methods to make Typesafe Config easier to use

Attributes

Companion:
object
Source:
GlobalConfig.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getBooleanOpt(path: String): Option[Boolean]

Attributes

Source:
GlobalConfig.scala
def getBooleanOr(path: String, default: => Boolean): Boolean

Attributes

Source:
GlobalConfig.scala
def getConfigOr(path: String, default: => Config): Config

Attributes

Source:
GlobalConfig.scala
def getDurationOr(path: String, default: => Duration): Duration

Attributes

Source:
GlobalConfig.scala
def getIntOpt(path: String): Option[Int]

Attributes

Source:
GlobalConfig.scala
def getIntOr(path: String, default: => Int): Int

Attributes

Source:
GlobalConfig.scala
def getLongOpt(path: String): Option[Long]

Attributes

Source:
GlobalConfig.scala
def getMillisecondsOr(path: String, default: => Long): Long

Attributes

Source:
GlobalConfig.scala
def getPropertiesOpt(path: String): Option[Properties]

Attributes

Source:
GlobalConfig.scala
def getPropertiesOr(path: String, default: => Properties): Properties

Attributes

Source:
GlobalConfig.scala
def getStringOpt(path: String): Option[String]

Attributes

Source:
GlobalConfig.scala
def getStringOr(path: String, default: => String): String

Attributes

Source:
GlobalConfig.scala
def toProperties: Properties

Attributes

Source:
GlobalConfig.scala

Concrete fields

val c: Config

Attributes

Source:
GlobalConfig.scala