package pureconfig
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class WithConfig[T](value: T, config: Config) extends Product with Serializable
Used to retrieve both parsed configuration object and underlying config instance.
Value Members
- object PureConfigModule
Provides loading of configuration into case class via PureConfig.
- object WithConfig extends Serializable