com.avast.sst.pureconfig

Type members

Classlikes

Provides loading of configuration into case class via PureConfig.

Provides loading of configuration into case class via PureConfig.

final case class WithConfig[T](value: T, config: Config)

Used to retrieve both parsed configuration object and underlying Config instance.

Used to retrieve both parsed configuration object and underlying Config instance.

Companion:
object
object WithConfig
Companion:
class