SimpleFicusConfig

final case class SimpleFicusConfig(config: Config) extends FicusConfig
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[A](key: ConfigKey[A])(implicit reader: ValueReader[A]): A
Inherited from:
FicusConfig
def as[A](implicit reader: ValueReader[A]): A
Inherited from:
FicusConfig
def as[A](path: String)(implicit reader: ValueReader[A]): A
Inherited from:
FicusConfig
def getAs[A](path: String)(implicit reader: ValueReader[Option[A]]): Option[A]
Inherited from:
FicusConfig
def getOrElse[A](path: String, default: => A)(implicit reader: ValueReader[Option[A]]): A
Inherited from:
FicusConfig
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product