UriUtil

frawa.typedjson.util.UriUtil$
object UriUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UriUtil.type

Members list

Concise view

Type members

Classlikes

case class CurrentLocation(uri: URI)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class WithLocation[+T](uri: URI, value: T)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def resolve(base: URI, uri: URI): URI
def uri(value: String): URI
def withFragment(uri: URI, pointer: Pointer): URI
def withFragment(uri: URI, fragment: String): URI
def withoutFragement(uri: URI): URI