MagnoliaDerivedEncoder

trait MagnoliaDerivedEncoder extends AutoDerivation[[T] =>> Encoder[T]]
trait AutoDerivation[[T] =>> Encoder[T]]
trait Derivation[[T] =>> Encoder[T]]
trait CommonDerivation[[T] =>> Encoder[T]]
class Object
trait Matchable
class Any
object Encoder

Type members

Inherited types

type Typeclass[T] = TypeClass[T]
Inherited from
CommonDerivation

Value members

Concrete methods

override def join[T](ctx: CaseClass[[T] =>> Encoder[T], T]): Encoder[T]
Definition Classes
CommonDerivation
override def split[T](ctx: SealedTrait[[T] =>> Encoder[T], T]): Encoder[T]
Definition Classes
Derivation

Inherited methods

inline def derived[A](using Of[A]): Encoder[A]
Inherited from
Derivation
inline def derivedMirror[A](using mirror: Of[A]): Encoder[A]
Inherited from
Derivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): Encoder[A]
Inherited from
CommonDerivation
inline def derivedMirrorSum[A](sum: SumOf[A]): Encoder[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 subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Inherited from
Derivation

Givens

Inherited givens

given autoDerived: TypeClass[A]
Inherited from
AutoDerivation