MongoConfig

dev.mongocamp.driver.mongodb.database.MongoConfig
See theMongoConfig companion class
object MongoConfig extends ConfigHelper

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait ConfigHelper
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromPath(configPath: String): MongoConfig

Inherited methods

def booleanConfig(configPath: String, key: String, default: Boolean): Boolean

Attributes

Inherited from:
ConfigHelper
def intConfig(configPath: String, key: String, default: Int): Int

Attributes

Inherited from:
ConfigHelper
def stringConfig(configPath: String, key: String, default: String): Option[String]

Attributes

Inherited from:
ConfigHelper

Inherited fields

val conf: Config

Attributes

Inherited from:
ConfigHelper