DownField

io.circe.CursorOp.DownField
final case class DownField(k: String) extends ObjectOp

Attributes

Source
CursorOp.scala
Graph
Supertypes
class ObjectOp
class CursorOp
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def requiresArray: Boolean

Does this operation require the current focus (not context) to be an array?

Does this operation require the current focus (not context) to be an array?

Attributes

Inherited from:
ObjectOp
Source
CursorOp.scala
final def requiresObject: Boolean

Does this operation require the current focus (not context) to be an object?

Does this operation require the current focus (not context) to be an object?

Attributes

Inherited from:
ObjectOp
Source
CursorOp.scala