PoolConfig

com.worxbend.persistence.PoolConfig
See thePoolConfig companion class
object PoolConfig

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PoolConfig.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

Givens

Givens

given reader: ConfigReader[PoolConfig]

Written out with forProduct9 instead of derives ConfigReader.

Written out with forProduct9 instead of derives ConfigReader.

Two reasons, both practical. Derivation needs a wildcard given-import that -Wunused:all + -Werror is known to flag spuriously (ADR ยง12.4), and it derives HOCON keys from field names by a convention nobody reading the reference.conf can see. Here the key names are literally in the source next to the fields they fill.

Attributes