net.reactivecore.cjs.resolver
package net.reactivecore.cjs.resolver
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class JavaUrlDownloader
object Downloader
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Downloader.type
A path for identifiying elements in JSON RFC 6901 https://datatracker.ietf.org/doc/html/rfc6901
A path for identifiying elements in JSON RFC 6901 https://datatracker.ietf.org/doc/html/rfc6901
Attributes
- revElements
path elements in reverse order.
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object JsonPointer
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- JsonPointer.type
case class RefUri(scheme: Option[String], userInfo: Option[String], host: Option[String], port: Option[Int], path: Option[String], query: Option[String], fragment: Option[String], schemeSpecificPart: Option[String])
Wraps Javas' URI but feels more scala like
Wraps Javas' URI but feels more scala like
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object RefUri
A JSON piece with important data for resolving.
A JSON piece with important data for resolving.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object ResolveablePiece
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ResolveablePiece.type
The result of resolved JSON data
The result of resolved JSON data
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
class Resolver[F[_]](downloader: Downloader[F], jsonFilter: Option[Json => Json])(implicit monad: MonadError[F, Failure])
Resolves references within JSON.
Resolves references within JSON.
Attributes
- downloader
the downloader
- jsonFilter
the filter to be applied after downloading a Schema (for Vocabularies)
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object Resolver
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any