package parse
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed abstract class @container extends IriResource
- 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
- case class ActiveProperty(@context: ActiveContext = ActiveContext(), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends 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
- case class JsonInProgress(json: Json, activeContext: ActiveContext) extends Product with Serializable
- class JsonLD extends AnyRef
- case class JsonLDGraph(nodeIds: Map[String, Node]) extends Product with Serializable
- case class JsonObjectInProgress(json: JsonObject, activeContext: ActiveContext) extends Product with Serializable
- trait ToLink extends AnyRef
Value Members
- object @container
- object ActiveProperty extends Serializable
- object JsonInProgress extends Serializable
- object JsonLD
- object JsonObjectInProgress extends Serializable