trait ActiveContext[Json, JsonObject] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActiveContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def @base: Option[String]
- abstract def @language: Option[String]
- abstract def @prefix: ListMap[String, String]
- abstract def @vocab: Option[String]
- abstract def copy(@prefix: ListMap[String, String] = `@prefix`, @vocab: Option[String] = `@vocab`, @language: Option[String] = `@language`, @base: Option[String] = `@base`, properties: Map[Property, ActiveProperty[Json, JsonObject]] = properties): ActiveContext[Json, JsonObject]
- abstract def jsonObjectToMap(obj: JsonObject): Map[String, Json]
- abstract def jsonToArray(json: Json): Option[List[Json]]
- abstract def jsonToObject(json: Json): Option[JsonObject]
- abstract def jsonToString(json: Json): Option[String]
- abstract def properties: Map[Property, ActiveProperty[Json, JsonObject]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compactIri(iri: String): String
-
def
compactIri(key: ClassType[_]): (String, ActiveContext[Json, JsonObject])
- returns
the compacted iri and a new context with possible additional prefixes
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expandIri(term: String): String
- def expandKeys(obj: Map[String, Json]): Map[String, Json]
- def expectedType(property: Property): Option[ClassType[_]]
- def extractComments(obj: Map[String, Json]): Map[String, String]
- def extractContainer(obj: Map[String, Json]): Option[Json]
- def extractFrom(obj: Map[String, Json]): Option[Json]
- def extractId(obj: Map[String, Json]): Option[String]
- def extractIds(obj: Map[String, Json]): List[String]
- def extractLabels(obj: Map[String, Json]): Map[String, String]
- def extractTo(obj: Map[String, Json]): Option[Json]
- def extractValue[T](obj: Map[String, Json])(cb: (Json) ⇒ T): Option[T]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )