neotype.ziojson

Members list

Concise view

Givens

Givens

given given_JsonCodec_B[A, B](using newType: WithType[A, B], codec: JsonCodec[A]): JsonCodec[B]
given given_JsonCodec_B[A, B](using newtype: WithType[A, B], codec: JsonCodec[A]): JsonCodec[B]
given given_JsonCodec_B[A, B <: A](using subtype: WithType[A, B], codec: JsonCodec[A]): JsonCodec[B]
given given_JsonCodec_B[A, B <: A](using subtype: WithType[A, B], codec: JsonCodec[A]): JsonCodec[B]
given given_JsonDecoder_B[A, B](using newType: WithType[A, B], decoder: JsonDecoder[A]): JsonDecoder[B]
given given_JsonDecoder_B[A, B](using newtype: WithType[A, B], decoder: JsonDecoder[A]): JsonDecoder[B]
given given_JsonDecoder_B[A, B <: A](using subtype: WithType[A, B], decoder: JsonDecoder[A]): JsonDecoder[B]
given given_JsonDecoder_B[A, B <: A](using subtype: WithType[A, B], decoder: JsonDecoder[A]): JsonDecoder[B]
given given_JsonEncoder_B[A, B](using newType: WithType[A, B], encoder: JsonEncoder[A]): JsonEncoder[B]
given given_JsonEncoder_B[A, B](using newtype: WithType[A, B], encoder: JsonEncoder[A]): JsonEncoder[B]
given given_JsonEncoder_B[A, B <: A](using subtype: WithType[A, B], encoder: JsonEncoder[A]): JsonEncoder[B]
given given_JsonEncoder_B[A, B <: A](using subtype: WithType[A, B], encoder: JsonEncoder[A]): JsonEncoder[B]