Values

class Values[E](val typeFieldName: String, val mappings: Map[String, TagClass[E]], val encoderDefinition: EncoderDefinition, val decoderDefinition: DecoderDefinition, val strict: Boolean) extends Config[E]
trait Config[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
override val typeFieldName: String