package parse
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- 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
- 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
- case class EdgeFrom(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
- case class EdgeTo(key: Property, to: Resource[_]) extends ToLink with Product with Serializable
- trait ToLink extends AnyRef
Value Members
- object ActiveProperty extends Serializable
- object JsonInProgress
- object JsonObjectInProgress