FicusConfig

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def config: Config

Concrete methods

def apply[A](key: ConfigKey[A])(implicit reader: ValueReader[A]): A
def as[A](path: String)(implicit reader: ValueReader[A]): A
def as[A](implicit reader: ValueReader[A]): A
def getAs[A](path: String)(implicit reader: ValueReader[Option[A]]): Option[A]
def getOrElse[A](path: String, default: => A)(implicit reader: ValueReader[Option[A]]): A