Packages

p

lspace

parse

package parse

Ordering
  1. Alphabetic
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
  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
  3. case class EdgeFrom(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
  4. case class EdgeTo(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
  5. trait ToLink extends AnyRef

Value Members

  1. object ActiveProperty extends Serializable
  2. object JsonInProgress
  3. object JsonObjectInProgress

Ungrouped