Trait

lspace.codec

ActiveContext

Related Doc: package codec

Permalink

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]

    Permalink
  2. abstract def @language: Option[String]

    Permalink
  3. abstract def @prefix: ListMap[String, String]

    Permalink
  4. abstract def @vocab: Option[String]

    Permalink
  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]

    Permalink
  6. abstract def jsonObjectToMap(obj: JsonObject): Map[String, Json]

    Permalink
  7. abstract def jsonToArray(json: Json): Option[List[Json]]

    Permalink
  8. abstract def jsonToObject(json: Json): Option[JsonObject]

    Permalink
  9. abstract def jsonToString(json: Json): Option[String]

    Permalink
  10. abstract def properties: Map[Property, ActiveProperty[Json, JsonObject]]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compactIri(iri: String): String

    Permalink
  7. def compactIri(key: ClassType[_]): (String, ActiveContext[Json, JsonObject])

    Permalink

    returns

    the compacted iri and a new context with possible additional prefixes

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def expandIri(term: String): String

    Permalink

  11. def expandKeys(obj: Map[String, Json]): Map[String, Json]

    Permalink
  12. def expectedType(property: Property): Option[ClassType[_]]

    Permalink
  13. def extractComments(obj: Map[String, Json]): Map[String, String]

    Permalink
  14. def extractContainer(obj: Map[String, Json]): Option[Json]

    Permalink
  15. def extractFrom(obj: Map[String, Json]): Option[Json]

    Permalink
  16. def extractId(obj: Map[String, Json]): Option[String]

    Permalink
  17. def extractIds(obj: Map[String, Json]): List[String]

    Permalink
  18. def extractLabels(obj: Map[String, Json]): Map[String, String]

    Permalink
  19. def extractTo(obj: Map[String, Json]): Option[Json]

    Permalink
  20. def extractValue[T](obj: Map[String, Json])(cb: (Json) ⇒ T): Option[T]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped