Packages

p

lspace

parse

package parse

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class @container extends IriResource
  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
  3. case class ActiveProperty(@context: ActiveContext = ActiveContext(), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable
  4. case class EdgeFrom(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
  5. case class EdgeTo(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
  6. case class JsonInProgress(json: Json, activeContext: ActiveContext) extends Product with Serializable
  7. class JsonLD extends AnyRef

  8. case class JsonLDGraph(nodeIds: Map[String, Node]) extends Product with Serializable
  9. case class JsonObjectInProgress(json: JsonObject, activeContext: ActiveContext) extends Product with Serializable
  10. trait ToLink extends AnyRef

Value Members

  1. object @container
  2. object ActiveProperty extends Serializable
  3. object JsonInProgress extends Serializable
  4. object JsonLD
  5. object JsonObjectInProgress extends Serializable

Ungrouped