Packages

t

lspace.codec

ActiveContext

trait ActiveContext[Json, JsonObject] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActiveContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def @base: Option[String]
  2. abstract def @language: Option[String]
  3. abstract def @prefix: ListMap[String, String]
  4. abstract def @vocab: Option[String]
  5. 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]
  6. abstract def jsonObjectToMap(obj: JsonObject): Map[String, Json]
  7. abstract def jsonToArray(json: Json): Option[List[Json]]
  8. abstract def jsonToObject(json: Json): Option[JsonObject]
  9. abstract def jsonToString(json: Json): Option[String]
  10. abstract def properties: Map[Property, ActiveProperty[Json, JsonObject]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def compactIri(iri: String): String
  7. def compactIri(key: ClassType[_]): (String, ActiveContext[Json, JsonObject])

    returns

    the compacted iri and a new context with possible additional prefixes

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def expandIri(term: String): String

  11. def expandKeys(obj: Map[String, Json]): Map[String, Json]
  12. def expectedType(property: Property): Option[ClassType[_]]
  13. def extractComments(obj: Map[String, Json]): Map[String, String]
  14. def extractContainer(obj: Map[String, Json]): Option[Json]
  15. def extractFrom(obj: Map[String, Json]): Option[Json]
  16. def extractId(obj: Map[String, Json]): Option[String]
  17. def extractIds(obj: Map[String, Json]): List[String]
  18. def extractLabels(obj: Map[String, Json]): Map[String, String]
  19. def extractTo(obj: Map[String, Json]): Option[Json]
  20. def extractValue[T](obj: Map[String, Json])(cb: (Json) ⇒ T): Option[T]
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped