RootHasPath

upickle.core.TraceVisitor$.RootHasPath$
object RootHasPath extends HasPath

Attributes

Graph
Supertypes
trait HasPath
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def parent: Option[HasPath]

Forms a chain toward the root.

Forms a chain toward the root.

Attributes

Definition Classes
override def pathComponent: Option[String]

Attributes

Returns

name of a single level, if any, e.g. "foo"

Definition Classes

Inherited methods

def path: String

Attributes

Returns

the full JSONPath

Inherited from:
HasPath
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
HasPath -> Any
Inherited from:
HasPath