PureConfig

sealed trait PureConfig[E] extends BaseConfig[E]

Configuration for enum to string "pure" codecs

Configuration for enum to string "pure" codecs

Companion
object
trait BaseConfig[E]
class Object
trait Matchable
class Any
class Values[E]

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

Inherited fields

val mappings: Map[String, TagClass[E]]
Inherited from
BaseConfig
val strict: Boolean
Inherited from
BaseConfig