UrnParser

object UrnParser
Companion
class
class Object
trait Matchable
class Any

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]