Cursor

smithy4s.http.json.Cursor
See theCursor companion object
class Cursor

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def decode[A](codec: JCodec[A], in: JsonReader): A
def payloadError[A](codec: JCodec[A], message: String): Nothing
def pop(): Unit
def push(label: String): Unit
def push(index: Int): Unit
def requiredFieldError[A](codec: JCodec[A], field: String): Nothing
def requiredFieldError[A](expecting: String, field: String): Nothing
def under[A](segment: Segment)(f: => A): A
def under[A](label: String)(f: => A): A
def under[A](index: Int)(f: => A): A