Ref

com.eclipsesource.schema.internal.refs.Ref
See theRef companion object
trait Ref

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AbsoluteRef
class LocalRef
class RelativeRef

Members list

Value members

Abstract methods

def value: String

Concrete methods

def endsWith(s: String): Boolean
def hasFragment: Boolean

Whether the ref contains any #.

Whether the ref contains any #.

Attributes

Returns

true, if the ref contains a # character

def pointer: Option[Ref]
def scheme: Option[String]