Class

lspace.lgraph.provider.file

DecodeLDFS

Related Doc: package file

Permalink

case class DecodeLDFS[Json0](graph: structure.Graph, idMaps: IdMaps = IdMaps())(implicit baseDecoder: Aux[Json0]) extends Decoder with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Decoder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecodeLDFS
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Decoder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecodeLDFS(graph: structure.Graph, idMaps: IdMaps = IdMaps())(implicit baseDecoder: Aux[Json0])

    Permalink

Type Members

  1. type AC = ActiveContext

    Permalink
    Definition Classes
    Decoder
  2. type AP = ActiveProperty

    Permalink
    Definition Classes
    Decoder
  3. type Json = Json0

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  4. implicit class WithDJson extends AnyRef

    Permalink
    Definition Classes
    Decoder

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. implicit val baseDecoder: Aux[Json0]

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  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
    Definition Classes
    Decoder
  21. def getNewActiveProperty: AP

    Permalink
    Definition Classes
    Decoder
  22. val graph: structure.Graph

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  23. val httpClient: HttpClient

    Permalink
    Definition Classes
    Decoder
  24. val idMaps: IdMaps

    Permalink
  25. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Decoder
  27. implicit def jsonToDate(json: Json): Option[LocalDate]

    Permalink
    Definition Classes
    Decoder
  28. implicit def jsonToDateTime(json: Json): Option[Instant]

    Permalink
    Definition Classes
    Decoder
  29. implicit def jsonToDouble(json: Json): Option[Double]

    Permalink
    Definition Classes
    Decoder
  30. implicit def jsonToGeopoint(json: Json): Option[Point]

    Permalink
    Definition Classes
    Decoder
  31. implicit def jsonToGeopolygon(json: Json): Option[Polygon]

    Permalink
    Definition Classes
    Decoder
  32. implicit def jsonToInt(json: Json): Option[Int]

    Permalink
    Definition Classes
    Decoder
  33. implicit def jsonToList(json: Json): Option[List[Json]]

    Permalink
    Definition Classes
    Decoder
  34. implicit def jsonToLong(json: Json): Option[Long]

    Permalink
    Definition Classes
    Decoder
  35. implicit def jsonToMap(json: Json): Option[Map[String, Json]]

    Permalink
    Definition Classes
    Decoder
  36. implicit def jsonToString(json: Json): Option[String]

    Permalink
    Definition Classes
    Decoder
  37. implicit def jsonToTime(json: Json): Option[LocalTime]

    Permalink
    Definition Classes
    Decoder
  38. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Decoder
  42. def prepareClassType(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  43. def prepareDatatype(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  44. def prepareOntology(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  45. def prepareProperty(obj: Map[String, Json])(implicit activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  46. def stringToLabeledNode(json: String, ontology: Ontology, activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  47. def stringToNode(json: String, activeContext: AC): Task[Node]

    Permalink
    Definition Classes
    Decoder
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Decoder
  50. def toClasstypes(json: Json)(implicit activeContext: AC): Task[List[ClassType[Any]]]

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  56. def toGeometric[T](json: Json, label: GeometricType[T])(implicit activeContext: AC): Task[T]

    Permalink
    Definition Classes
    Decoder
  57. def toLabeledNode(json: Json, ontology: Ontology, activeContext: AC): Task[Node]

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  62. def toLiteral[T](json: Json, label: LiteralType[T])(implicit activeContext: AC): Task[T]

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

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

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

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  66. def toNode(json: Json, activeContext: AC): Task[Node]

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  71. def toOntology(obj: Map[String, Json])(implicit activeContext: AC): Task[Ontology]

    Permalink
    Definition Classes
    Decoder
  72. def toPrimitive(json: Json): Option[Any]

    Permalink
    Definition Classes
    Decoder
  73. def toProperties(json: Json)(implicit activeContext: AC): Task[List[Property]]

    Permalink
    Definition Classes
    Decoder
  74. def toProperty(iri: String)(implicit activeContext: AC): Task[Property]

    Permalink
    Definition Classes
    Decoder
  75. def toProperty(obj: Map[String, Json])(implicit activeContext: AC): Task[Property]

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

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

    Permalink
    Definition Classes
    Decoder
  78. def toSet(list: List[Json], label: List[ClassType[_]])(implicit activeContext: AC): Task[Set[Any]]

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

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

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

    Permalink
    Definition Classes
    Decoder
  82. def toTuple2(json: List[Json], label1: List[ClassType[_]], label2: List[ClassType[_]])(implicit activeContext: AC): Task[(Any, Any)]

    Permalink
    Definition Classes
    Decoder
  83. def toTuple2Type(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[Tuple2Type[Any, Any]]

    Permalink
    Definition Classes
    Decoder
  84. def toTuple3(json: List[Json], label1: List[ClassType[_]], label2: List[ClassType[_]], label3: List[ClassType[_]])(implicit activeContext: AC): Task[(Any, Any, Any)]

    Permalink
    Definition Classes
    Decoder
  85. def toTuple3Type(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[Tuple3Type[Any, Any, Any]]

    Permalink
    Definition Classes
    Decoder
  86. def toTuple4(json: List[Json], label1: List[ClassType[_]], label2: List[ClassType[_]], label3: List[ClassType[_]], label4: List[ClassType[_]])(implicit activeContext: AC): Task[(Any, Any, Any, Any)]

    Permalink
    Definition Classes
    Decoder
  87. def toTuple4Type(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[Tuple4Type[Any, Any, Any, Any]]

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

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

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

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

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

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  93. def tryNodeRef(json: Json)(implicit activeContext: AC): Option[Task[Node]]

    Permalink
    Definition Classes
    DecodeLDFS → Decoder
  94. def tryRaw(json: Json)(implicit activeContext: AC): Option[Task[(ClassType[Any], Any)]]

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

    Permalink
    Definition Classes
    Decoder
  96. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Decoder

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Decoder

Inherited from AnyRef

Inherited from Any

Ungrouped