PureConfig

org.latestbit.circe.adt.codec.JsonTaggedAdt$.PureConfig
See thePureConfig companion object
sealed trait PureConfig[E] extends BaseConfig[E]

Configuration for enum to string "pure" codecs

Attributes

Companion
object
Graph
Supertypes
trait BaseConfig[E]
class Object
trait Matchable
class Any
Known subtypes
class Values[E]

Members list

Value members

Inherited methods

inline def checkStrictRequirements[T]()(using m: Of[T]): Unit

Attributes

Inherited from:
BaseConfig
inline def getAllFields[T, Fields <: Tuple](): Vector[String]

Attributes

Inherited from:
BaseConfig

Inherited fields

val mappings: Map[String, TagClass[E]]

Attributes

Inherited from:
BaseConfig
val strict: Boolean

Attributes

Inherited from:
BaseConfig