PathCodec

kreuzberg.extras.PathCodec
See thePathCodec companion object
trait PathCodec[S]

Helper for encoding/decoding paths.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(path: String): Option[S]
def encode(value: S): String
def handles(path: String): Boolean

Concrete methods

def forceDecode(path: String): S