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. class JsonLD extends AnyRef

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

    Permalink
  9. 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

    Permalink
  5. object JsonObjectInProgress extends Serializable

    Permalink
  6. package util

    Permalink

Ungrouped