Identity

zio.json.ast.JsonCursor.Identity
case object Identity extends JsonCursor[Json, Json]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonCursor[Json, Json]
class Object
trait Matchable
class Any
Show all
Self type
Identity.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def >>>[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[Json, Next]

Attributes

Inherited from:
JsonCursor
final def andThen[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[Json, Next]

Attributes

Inherited from:
JsonCursor
final def element(index: Int)(implicit ev: Json <:< Arr): DownElement

Attributes

Inherited from:
JsonCursor
final def field(field: String)(implicit ev: Json <:< Obj): DownField

Attributes

Inherited from:
JsonCursor
final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]

Attributes

Inherited from:
JsonCursor

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
final def isArray: JsonCursor[Json, Arr]

Attributes

Inherited from:
JsonCursor
final def isBool: JsonCursor[Json, Bool]

Attributes

Inherited from:
JsonCursor
final def isNull: JsonCursor[Json, Null]

Attributes

Inherited from:
JsonCursor
final def isNumber: JsonCursor[Json, Num]

Attributes

Inherited from:
JsonCursor
final def isObject: JsonCursor[Json, Obj]

Attributes

Inherited from:
JsonCursor
final def isString: JsonCursor[Json, Str]

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product