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

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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  9. def extractDatatype(obj: Map[String, Json])(implicit activeContext: AC): Task[Option[DataType[Any]]]

    Permalink
  10. def extractOntologies(obj: Map[String, Json])(implicit activeContext: AC): Task[List[Ontology]]

    Permalink
  11. def extractProperties(obj: Map[String, Json])(implicit activeContext: AC): Task[Option[Property]]

    Permalink
  12. def extractRefs(json: Json)(implicit activeContext: AC): List[String]

    Permalink

    gets list or iris

  13. def extractType(obj: Map[String, Json])(implicit activeContext: AC): Task[List[ClassType[Any]]]

    Permalink
  14. def fetch[T](iri: String)(cb: (Map[String, Json]) ⇒ Task[T]): Task[T]

    Permalink
  15. def fetchClassType(iri: String)(implicit activeContext: AC): Task[ClassType[_]]

    Permalink
  16. def fetchOntology(iri: String)(implicit activeContext: AC): Task[Ontology]

    Permalink
  17. def fetchProperty(iri: String)(implicit activeContext: AC): Task[Property]

    Permalink
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getNewActiveContext: AC

    Permalink
  21. def getNewActiveProperty: AP

    Permalink
  22. def hashCode(): Int

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  41. def prepareClassType(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
  42. def prepareDatatype(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
  43. def prepareOntology(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
  44. def prepareProperty(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. def toClasstype(obj: Map[String, Json])(implicit activeContext: AC): Task[ClassType[Any]]

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

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

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

    Permalink
  52. def toDatatype(obj: Map[String, Json])(implicit activeContext: AC): Task[DataType[Any]]

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

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

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

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

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

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

    Permalink
  59. def toListSetType(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[ListSetType[Any]]

    Permalink
  60. def toListType(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[ListType[Any]]

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

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

    Permalink
  63. def toMapType(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[MapType[Any, Any]]

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

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

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

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

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

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

    Permalink
  70. def toOntology(obj: Map[String, Json])(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 toProperty(obj: Map[String, Json])(implicit activeContext: AC): Task[Property]

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

    Permalink
  76. def toResource(obj: Map[String, Json], expectedType: Option[ClassType[_]])(implicit activeContext: AC): Task[Resource[Any]]

    Permalink

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

    Permalink
  78. def toSetType(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[SetType[Any]]

    Permalink
  79. def toString(): String

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

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

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

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

    Permalink
  84. def toVectorType(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[VectorType[Any]]

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

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

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

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

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

    Permalink
  90. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. def withEdges[T <: Resource[_]](resource: T, otherJson: Map[String, Json])(implicit activeContext: AC): Task[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped