Many

oxygen.http.core.ParamCodec.Json.Many
final case class Many[A](codec: JsonCodec[A]) extends Json[List[A]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Json[List[A]]
trait ParamCodec[List[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(params: List[String]): Either[Cause, List[A]]

Attributes

Definition Classes
override def encode(value: List[A]): List[String]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product