Pointer

io.circe.pointer.Pointer
See thePointer companion class
object Pointer

Attributes

Companion
class
Source
Pointer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pointer.type

Members list

Type members

Classlikes

final class Absolute extends Pointer

Represents an absolute JSON Pointer.

Represents an absolute JSON Pointer.

Attributes

Source
Pointer.scala
Supertypes
class Pointer
trait ACursor => ACursor
class Object
trait Matchable
class Any
sealed abstract class Relative extends Pointer

Represents a relative JSON Pointer.

Represents a relative JSON Pointer.

Attributes

Companion
object
Source
Pointer.scala
Supertypes
class Pointer
trait ACursor => ACursor
class Object
trait Matchable
class Any
object Relative

Attributes

Companion
class
Source
Pointer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Relative.type

Value members

Concrete methods

Parse a string representing a JSON Pointer that may be either absolute or relative.

Parse a string representing a JSON Pointer that may be either absolute or relative.

Attributes

Source
Pointer.scala

Parse a string representing an absolute JSON Pointer.

Parse a string representing an absolute JSON Pointer.

Attributes

Source
Pointer.scala

Parse a string representing a relative JSON Pointer.

Parse a string representing a relative JSON Pointer.

Attributes

Source
Pointer.scala

Implicits

Implicits

implicit val hashPointer: Hash[Pointer]

Attributes

Source
Pointer.scala