Package

lspace

parse

Permalink

package parse

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class @container extends IriResource

    Permalink
  2. case class ActiveContext(@prefix: ListMap[String, String] = ListMap(), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty] = Map()) extends Product with Serializable

    Permalink
  3. case class ActiveProperty(@context: ActiveContext = ActiveContext(), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable

    Permalink
  4. case class EdgeFrom(key: Property, to: Resource[_]) extends ToLink with Product with Serializable

    Permalink
  5. case class EdgeTo(key: Property, to: Resource[_]) extends ToLink with Product with Serializable

    Permalink
  6. case class JsonInProgress(json: Json, activeContext: ActiveContext) extends Product with Serializable

    Permalink
  7. case class JsonLD(graph: Graph) extends Product with Serializable

    Permalink
  8. case class JsonObjectInProgress(json: JsonObject, activeContext: ActiveContext) extends Product with Serializable

    Permalink
  9. case class LDContextBuilder(context: ListMap[String, String] = ListMap[String, String](), typeMods: ListMap[Property, ClassType[_]] = ListMap[Property, ClassType[_]](), language: String = "en") extends Product with Serializable

    Permalink

    context

    base-iri -> prefix

  10. trait ToLink extends AnyRef

    Permalink

Value Members

  1. object @container

    Permalink
  2. object ActiveProperty extends Serializable

    Permalink
  3. object JsonInProgress extends Serializable

    Permalink
  4. object JsonLD extends Serializable

    Permalink
  5. object JsonObjectInProgress extends Serializable

    Permalink
  6. package util

    Permalink

Ungrouped