DArray

smithy4s.Document$.DArray
case class DArray(value: IndexedSeq[Document]) extends Document

Attributes

Graph
Supertypes
trait Document
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def decode[A](implicit decoder: Decoder[A]): Either[PayloadError, A]

Attributes

Inherited from:
Document

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Toy renderer that does not comply the json specification : strings aren't escaped and keys aren't quoted. Do not use for any real purpose other than debugging.

Toy renderer that does not comply the json specification : strings aren't escaped and keys aren't quoted. Do not use for any real purpose other than debugging.

Attributes

Inherited from:
Document
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Document -> Any
Inherited from:
Document