Values

class Values[E](val mappings: Map[String, TagClass[E]], val strict: Boolean) extends PureConfig[E]
trait PureConfig[E]
trait BaseConfig[E]
class Object
trait Matchable
class Any

Value members

Inherited methods

inline def checkStrictRequirements[T](using m: Of[T]): Unit
Inherited from
BaseConfig
inline def getAllFields[T, Fields <: Tuple](): Vector[String]
Inherited from
BaseConfig

Concrete fields

override val mappings: Map[String, TagClass[E]]
override val strict: Boolean