com.eclipsesource.schema.internal.refs

Members list

Type members

Classlikes

case class AbsoluteRef(value: String) extends Ref

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ref
class Object
trait Matchable
class Any
Show all
case class DocumentCache(mapping: Map[String, SchemaType])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LocalRef(value: String) extends Ref

Attributes

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

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Ref.type
object Refs

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Refs.type
case class RelativeRef(value: String) extends Ref

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ref
class Object
trait Matchable
class Any
Show all
case class ResolvedResult(resolved: SchemaType, scope: SchemaResolutionScope)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SchemaRefResolver(version: SchemaVersion, cache: DocumentCache, resolverFactory: UrlStreamResolverFactory)

Schema reference resolver.

Schema reference resolver.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class SchemaResolutionScope(documentRoot: SchemaType, id: Option[Ref], schemaJsPath: Option[JsPath], instancePath: JsPath, depth: Int, referrer: Option[JsPath])

Attributes

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