Trait/Object

lspace.codec

Decoder

Related Docs: object Decoder | package codec

Permalink

trait Decoder extends AnyRef

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

Type Members

  1. type AC = ActiveContext

    Permalink
  2. type AP = ActiveProperty

    Permalink
  3. abstract type Json

    Permalink
  4. implicit class WithDJson extends AnyRef

    Permalink

Abstract Value Members

  1. implicit abstract def baseDecoder: Aux[Json]

    Permalink
  2. abstract def graph: structure.Graph

    Permalink
  3. abstract def nsDecoder: Decoder

    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. def apply(graph0: Lspace): Aux[Json]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. object contextProcessing

    Permalink

    https://www.w3.org/2018/jsonld-cg-reports/json-ld-api/#context-processing-algorithms

  8. object createTermDefinition

    Permalink

    https://www.w3.org/2018/jsonld-cg-reports/json-ld-api/#create-term-definition

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def extractContext(obj: Map[String, Json])(implicit activeContext: AC): Task[AC]

    Permalink

    https://www.w3.org/2018/jsonld-cg-reports/json-ld-api/#context-processing-algorithms

  12. def extractDatatype(obj: ExpandedMap[Json])(implicit activeContext: AC): Task[Option[DataType[Any]]]

    Permalink
  13. def extractIris(json: Json)(implicit activeContext: AC): List[String]

    Permalink

    gets list or iris

  14. def extractOntologies(obj: ExpandedMap[Json])(implicit activeContext: AC): Task[List[Ontology]]

    Permalink
  15. def extractProperty(obj: ExpandedMap[Json])(implicit activeContext: AC): Task[Option[Property]]

    Permalink
  16. def extractType(obj: ExpandedMap[Json])(implicit activeContext: AC): Task[List[ClassType[Any]]]

    Permalink
  17. def fetch(iri: String): Task[Json]

    Permalink
  18. def fetchClassTypeNode(iri: String)(implicit activeContext: AC): Observable[Node]

    Permalink
  19. def fetchOntologyNode(iri: String)(implicit activeContext: AC): Observable[Node]

    Permalink
  20. def fetchPropertyNode(iri: String)(implicit activeContext: AC): Observable[Node]

    Permalink
  21. lazy val fetchingInProgress: Map[String, Task[Json]]

    Permalink
    Attributes
    protected
  22. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val httpClient: HttpClient

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. implicit def jsonToBoolean(json: Json): Option[Boolean]

    Permalink
  28. implicit def jsonToDate(json: Json): Option[LocalDate]

    Permalink
  29. implicit def jsonToDateTime(json: Json): Option[Instant]

    Permalink
  30. implicit def jsonToDouble(json: Json): Option[Double]

    Permalink
  31. implicit def jsonToGeopoint(json: Json): Option[Point]

    Permalink
  32. implicit def jsonToGeopolygon(json: Json): Option[Polygon]

    Permalink
  33. implicit def jsonToInt(json: Json): Option[Int]

    Permalink
  34. implicit def jsonToList(json: Json): Option[List[Json]]

    Permalink
  35. implicit def jsonToLocalDateTime(json: Json): Option[LocalDateTime]

    Permalink
  36. implicit def jsonToLong(json: Json): Option[Long]

    Permalink
  37. implicit def jsonToMap(json: Json): Option[Map[String, Json]]

    Permalink
  38. implicit def jsonToString(json: Json): Option[String]

    Permalink
  39. implicit def jsonToTime(json: Json): Option[LocalTime]

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def parse(string: String): Task[Json]

    Permalink
  44. def prepareClassTypeNode(expandedJson: ExpandedMap[Json])(implicit activeContext: AC): Task[Node]

    Permalink
  45. def prepareDataTypeNode(expandedJson: ExpandedMap[Json])(implicit activeContext: AC): Task[Node]

    Permalink
  46. def prepareOntologyNode(expandedJson: ExpandedMap[Json])(implicit activeContext: AC): Task[Node]

    Permalink
  47. def preparePropertyNode(expandedJson: ExpandedMap[Json])(implicit activeContext: AC): Task[Node]

    Permalink
  48. def stringToLabeledNode(json: String, ontology: Ontology, activeContext: AC = ActiveContext()): Task[Node]

    Permalink
  49. def stringToNode(json: String, activeContext: AC = ActiveContext()): Task[Node]

    Permalink
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toClasstype(iri: String)(implicit activeContext: AC): Task[ClassType[Any]]

    Permalink
  52. def toClasstypes(json: Json)(implicit activeContext: AC): Task[List[ClassType[Any]]]

    Permalink
  53. def toCollection[T](json: List[Json], label: CollectionType[T])(implicit activeContext: AC): Task[T]

    Permalink
  54. def toData(json: Json, label: DataType[_])(implicit activeContext: AC): Task[Any]

    Permalink
  55. def toDatatype(iri: String)(implicit activeContext: AC): Task[DataType[Any]]

    Permalink
  56. def toDatatypes(json: Json)(implicit activeContext: AC): Task[List[DataType[Any]]]

    Permalink
  57. def toEdge(expandedJson: ExpandedMap[Json], expectedTypes: List[Property])(implicit activeContext: AC): Option[Task[Edge[Any, Any]]]

    Permalink
  58. def toEdge(expandedJson: ExpandedMap[Json], expectedType: Option[Property])(implicit activeContext: AC): Option[Task[Edge[Any, Any]]]

    Permalink
  59. def toGeometric[T](json: Json, label: GeometricType[T])(implicit activeContext: AC): Task[T]

    Permalink
  60. def toLabeledNode(json: Json, ontology: Ontology, activeContext: AC = ActiveContext()): Task[Node]

    Permalink
  61. def toList(list: List[Json], label: List[ClassType[_]])(implicit activeContext: AC): Task[List[Any]]

    Permalink
  62. def toListSet(list: List[Json], label: List[ClassType[_]])(implicit activeContext: AC): Task[ListSet[Any]]

    Permalink
  63. def toLiteral[T](json: Json, label: LiteralType[T])(implicit activeContext: AC): Task[T]

    Permalink
  64. def toMap(list: List[Json], keyLabel: List[ClassType[_]], valueLabel: List[ClassType[_]])(implicit activeContext: AC): Task[Map[Any, Any]]

    Permalink
  65. def toNode(expandedJson: ExpandedMap[Json], label: Option[Ontology])(implicit activeContext: AC): Task[Node]

    Permalink
  66. def toNode(json: Json, activeContext: AC = ActiveContext()): Task[Node]

    Permalink
  67. def toObject(expandedJson: ExpandedMap[Json], expectedType: Option[ClassType[_]])(implicit activeContext: AC): Task[(ClassType[Any], Any)]

    Permalink
  68. def toObject(json: Json, label: List[ClassType[_]])(implicit activeContext: AC): Task[(ClassType[Any], Any)]

    Permalink
  69. def toOntologies(json: Json)(implicit activeContext: AC): Task[List[Ontology]]

    Permalink
  70. def toOntology(iri: String)(implicit activeContext: AC): Task[Ontology]

    Permalink
  71. def toPrimitive(json: Json): Option[Any]

    Permalink
  72. def toProperties(json: Json)(implicit activeContext: AC): Task[List[Property]]

    Permalink
  73. def toProperty(iri: String)(implicit activeContext: AC): Task[Property]

    Permalink
  74. def toResource(json: Json, expectedType: Option[ClassType[_]])(implicit activeContext: AC): Task[Resource[Any]]

    Permalink
  75. def toResource(expandedJson: ExpandedMap[Json], expectedType: Option[ClassType[_]])(implicit activeContext: AC): Task[Resource[Any]]

    Permalink

  76. def toSet(list: List[Json], label: List[ClassType[_]])(implicit activeContext: AC): Task[Set[Any]]

    Permalink
  77. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  78. def toStructured[T](json: Json, label: StructuredType[T])(implicit activeContext: AC): Task[T]

    Permalink
  79. def toTuple[T](json: List[Json], label: TupleType[T])(implicit activeContext: AC): Task[T]

    Permalink
  80. def toValue(json: Json, label: DataType[_])(implicit activeContext: AC): Task[Value[Any]]

    Permalink
  81. def toVector(list: List[Json], label: List[ClassType[_]])(implicit activeContext: AC): Task[Vector[Any]]

    Permalink
  82. def tryData(expandedJson: ExpandedMap[Json], expectedType: Option[DataType[_]])(implicit activeContext: AC): Option[Task[Any]]

    Permalink
  83. def tryEdgeRef(json: Json, label: Property)(implicit activeContext: AC): Option[Task[Edge[_, _]]]

    Permalink
  84. def tryNodeRef(json: Json)(implicit activeContext: AC): Option[Task[Node]]

    Permalink
  85. def tryRaw(json: Json)(implicit activeContext: AC): Option[Task[(ClassType[Any], Any)]]

    Permalink
  86. def tryValue(expandedJson: ExpandedMap[Json], expectedType: Option[DataType[_]])(implicit activeContext: AC): Option[Task[Value[Any]]]

    Permalink
  87. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. lazy val wip: Map[String, Task[String]]

    Permalink
    Attributes
    protected
  91. def withEdges[T <: Resource[_]](resource: T, otherJson: ExpandedMap[Json])(implicit activeContext: AC): Task[T]

    Permalink

    otherJson

    already expanded object

Inherited from AnyRef

Inherited from Any

Ungrouped