ConfigHelper

dev.mongocamp.driver.mongodb.database.ConfigHelper
trait ConfigHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def booleanConfig(configPath: String, key: String, default: Boolean): Boolean
def intConfig(configPath: String, key: String, default: Int): Int
def stringConfig(configPath: String, key: String, default: String): Option[String]

Concrete fields

val conf: Config