oxygen.http.core.partial.PartialPathCodec.Json
 See theJson companion trait
  object Json extends JsonLowPriority1
 
Attributes
Members list
Type members
Classlikes
            final case class NonEmptyRestEncoded[A](schema: JsonSchema[A]) extends Json[NonEmptyList[A]]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            final case class RestEncoded[A](schema: JsonSchema[A]) extends Json[List[A]]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            final case class SingleEncoded[A](schema: JsonSchema[A]) extends Json[A]
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait Json[A]trait PartialPathCodec[A]class Objecttrait Matchableclass AnyShow all
 
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
 - Mirror
 
The name of the type
The name of the type
Attributes
- Inherited from:
 - Mirror
 
In this article