flat

harness.web.Partial$.flat$
object flat

Different options for encoding/decoding a Partial. You need to import one of these in order to have generic derivation of types containing a Partial[_].

The naming convention is: encoder / decoder, and x mean x / x.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
flat.type

Members list

Implicits

Implicits

implicit def jsonCodec[T](using evidence$2: JsonEncoder[T], evidence$3: JsonDecoder[T]): JsonCodec[Partial[T]]
implicit def jsonDecoder[T](implicit tDecoder: JsonDecoder[T]): JsonDecoder[Partial[T]]
implicit def jsonEncoder[T](implicit tEncoder: JsonEncoder[T]): JsonEncoder[Partial[T]]