io.circe.pointer.Pointer.Relative
See theRelative companion object
Represents a relative JSON Pointer.
Attributes
- Companion
- object
- Source
- Pointer.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Attributes
- Source
- Pointer.scala
Attributes
- Source
- Pointer.scala
Attributes
- Source
- Pointer.scala
Concrete methods
Return this pointer as a Pointer.Absolute if possible.
Return this pointer as a Pointer.Relative if possible.
Inherited methods
Attempt to get the value at the location pointed to, returning the history if it doesn't exist.
Attempt to get the value at the location pointed to, returning the history if it doesn't exist.
Attributes
- Inherited from:
- Pointer
- Source
- Pointer.scala
Inherited and Abstract methods
Attempt to get the value at the location pointed to.
Attempt to get the value at the location pointed to.
Attributes
- Note
- Inherited from:
- Pointer
- Source
- Pointer.scala
In this article