decoderWithoutAF

given decoderWithoutAF[T, Rt <: Tuple, RVt <: Tuple, C, DC](using val ex: Aux[Rt, RVt], val prodConstr: ProductConstructor[C, RVt, Nothing, T]): Decoder[T, ProductShape[T, Rt, RVt, Nothing, Unit, C, DC], MapVal]

Value members

Concrete methods

def decode(value: MapVal, product: ProductShape[T, Rt, RVt, Nothing, Unit, C, DC]): T

Concrete fields

protected
val ex: Aux[Rt, RVt]
protected
val prodConstr: ProductConstructor[C, RVt, Nothing, T]