JsonPointer

net.reactivecore.cjs.resolver.JsonPointer
See theJsonPointer companion object
case class JsonPointer

A path for identifiying elements in JSON RFC 6901 https://datatracker.ietf.org/doc/html/rfc6901

Attributes

revElements

path elements in reverse order.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def enterArray(idx: Int): JsonPointer
def enterObject(name: String): JsonPointer
def startsWith(refUriPath: JsonPointer): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product