UrnPath

io.lemonlabs.uri.UrnPath
See theUrnPath companion object
final case class UrnPath(nid: String, nss: String)(implicit config: UriConfig) extends Path

Attributes

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

Members list

Concise view

Value members

Concrete methods

def isEmpty: Boolean
def parts: Vector[String]

Inherited methods

def nonEmpty: Boolean

Attributes

Inherited from:
Path
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
Path -> Any
Inherited from:
Path
def toStringRaw: String

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)

Attributes

Returns:

String containing the raw path for this Uri

Inherited from:
Path

Implicits

Implicits

implicit val config: UriConfig