PathCodec

kreuzberg.extras.PathCodec$
See thePathCodec companion trait
object PathCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PathCodec.type

Members list

Value members

Concrete methods

def all: PathCodec[String]

Collects all.

Collects all.

Attributes

def const(constantPath: String): PathCodec[Unit]

A Constant path.

A Constant path.

Attributes

def prefix(prefix: String): PathCodec[String]

A Simple Prefix.

A Simple Prefix.

Attributes