MagnoliaCodec

final implicit implicit class MagnoliaCodec extends Derivation[Codec]
trait Derivation[Codec]
trait CommonDerivation[Codec]
class Object
trait Matchable
class Any

Type members

Types

final type Typeclass[A] = Codec[A]

Value members

Concrete methods

inline def derive[A](using Of[A]): Codec[A]
final def join[A](caseClass: CaseClass[Codec, A]): Codec[A]
final def split[A](sealedTrait: SealedTrait[Codec, A]): Aux[Any, A]

Inherited methods

inline def derived[A](using Of[A]): Codec[A]
Inherited from:
Derivation
inline def derivedMirror[A](using mirror: Of[A]): Codec[A]
Inherited from:
Derivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): Codec[A]
Inherited from:
CommonDerivation
inline def derivedMirrorSum[A](sum: SumOf[A]): Codec[A]
Inherited from:
Derivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
inline def getParams_[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
transparent inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Inherited from:
Derivation