UrnParser

io.lemonlabs.uri.parsing.UrnParser$
See theUrnParser companion class
object UrnParser

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(s: CharSequence)(implicit config: UriConfig): UrnParser
def parseUrn(s: String)(implicit config: UriConfig): Try[Urn]
def parseUrnPath(s: String)(implicit config: UriConfig): Try[UrnPath]