AbsoluteRef

com.eclipsesource.schema.internal.refs.AbsoluteRef
case class AbsoluteRef(value: String) extends Ref

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ref
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Ref
def endsWith(s: String): Boolean

Attributes

Inherited from:
Ref
def hasFragment: Boolean

Whether the ref contains any #.

Whether the ref contains any #.

Attributes

Returns

true, if the ref contains a # character

Inherited from:
Ref
def pointer: Option[Ref]

Attributes

Inherited from:
Ref
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scheme: Option[String]

Attributes

Inherited from:
Ref