Class/Object

lspace.codec.argonaut

Decoder

Related Docs: object Decoder | package argonaut

Permalink

class Decoder extends codec.Decoder[Json]

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

Instance Constructors

  1. new Decoder(graph: Graph)

    Permalink

Type Members

  1. type AC = ActiveContext[Json]

    Permalink
    Definition Classes
    Decoder
  2. type AP = ActiveProperty[Json]

    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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit def decoder: codec.Decoder[Json]

    Permalink
    Definition Classes
    Decoder
  7. def encoder: codec.Encoder[Json]

    Permalink
    Definition Classes
    Decoder → Decoder
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Decoder → Decoder
  23. def getNewActiveProperty: AP

    Permalink
    Definition Classes
    Decoder → Decoder
  24. val graph: Graph

    Permalink
    Definition Classes
    Decoder → Decoder
  25. def hashCode(): Int

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

    Permalink
    Definition Classes
    Decoder
  27. def iriToClassType(iri: String)(implicit activeContext: AC): Option[ClassType[Any]]

    Permalink
    Definition Classes
    Decoder
  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  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
    Definition Classes
    Decoder
  49. def toClasstypes(json: Json)(implicit activeContext: AC): Task[List[ClassType[Any]]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  78. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    Decoder
  83. 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
  84. def toTuple3Type(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[Tuple3Type[Any, Any, Any]]

    Permalink
    Definition Classes
    Decoder
  85. 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
  86. def toTuple4Type(expandedJson: Map[String, Json])(implicit activeContext: AC): Task[Tuple4Type[Any, Any, Any, Any]]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Decoder

Inherited from codec.Decoder[Json]

Inherited from AnyRef

Inherited from Any

Ungrouped