Package

lspace

parse

Permalink

package parse

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

    Permalink
  5. trait ToLink extends AnyRef

    Permalink

Value Members

  1. object ActiveProperty extends Serializable

    Permalink
  2. object JsonInProgress

    Permalink
  3. object JsonObjectInProgress

    Permalink
  4. package util

    Permalink

Ungrouped