Packages

package refs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AbsoluteRef(value: String) extends Ref with Product with Serializable
  2. case class DocumentCache(mapping: Map[String, SchemaType] = collection.concurrent.TrieMap.empty[String, SchemaType]) extends Product with Serializable
  3. case class LocalRef(value: String) extends Ref with Product with Serializable
  4. trait Ref extends AnyRef
  5. case class RelativeRef(value: String) extends Ref with Product with Serializable
  6. case class ResolvedResult(resolved: SchemaType, scope: SchemaResolutionScope) extends Product with Serializable
  7. case class SchemaRefResolver(version: SchemaVersion, cache: DocumentCache = DocumentCache(), resolverFactory: UrlStreamResolverFactory = UrlStreamResolverFactory()) extends Product with Serializable

    Schema reference resolver.

  8. case class SchemaResolutionScope(documentRoot: SchemaType, id: Option[Ref] = None, schemaJsPath: Option[JsPath] = None, instancePath: JsPath = JsPath, depth: Int = 0, referrer: Option[JsPath] = None) extends Product with Serializable

Value Members

  1. object Ref
  2. object Refs

Ungrouped