Trait/Object

lspace.codec

Encoder

Related Docs: object Encoder | package codec

Permalink

trait Encoder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Encoder
  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. type JIP = JsonInProgress[Json]

    Permalink
  4. type JOIP = JsonObjectInProgress[Json]

    Permalink
  5. abstract type Json

    Permalink
  6. implicit class WithEJson extends AnyRef

    Permalink
  7. implicit class WithIriString extends AnyRef

    Permalink
  8. implicit class WithT[T] extends AnyRef

    Permalink

Abstract Value Members

  1. implicit abstract def baseEncoder: Aux[Json]

    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 addEdges(resource: Resource[_])(implicit activeContext: AC): (List[(String, Json)], AC)

    Permalink
  5. def apply[T <: Node](node: Node): String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def boolToJson(boolean: Boolean): Json

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ctListToJson(l: List[ClassType[_]])(implicit activeContext: AC): JIP

    Permalink
  10. implicit def doubleToJson(double: Double): Json

    Permalink
  11. def edgeInVToJson[T](edge: Edge[_, T])(implicit activeContext: AC): JIP

    Permalink
    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromAny(value: Any, expectedType: Option[ClassType[_]] = None)(implicit activeContext: AC): JIP

    Permalink
  16. def fromCalendar(value: Any, expectedType: CalendarType[_])(implicit activeContext: AC): JIP

    Permalink
  17. def fromCollection(value: Any, expectedType: CollectionType[_])(implicit activeContext: AC): JIP

    Permalink
  18. def fromData(value: Any, expectedType: DataType[_])(implicit activeContext: AC): JIP

    Permalink
  19. def fromDataType(dataType: DataType[_])(implicit activeContext: AC): JOIP

    Permalink
  20. def fromDate(value: Any, expectedType: LocalDateType[_])(implicit activeContext: AC): JIP

    Permalink
  21. def fromDateTime(value: Any, expectedType: DateTimeType[_])(implicit activeContext: AC): JIP

    Permalink
  22. def fromDouble(value: Any, expectedType: DoubleType[_])(implicit activeContext: AC): JIP

    Permalink
  23. def fromEdge(edge: Edge[_, _])(implicit activeContext: AC): JOIP

    Permalink
  24. def fromEdges(key: Property, edges: List[Edge[_, _]])(implicit activeContext: AC): JIP

    Permalink
  25. def fromGeometric(value: Any, expectedType: GeometricType[_])(implicit activeContext: AC): JIP

    Permalink
  26. def fromInt(value: Any, expectedType: IntType[_])(implicit activeContext: AC): JIP

    Permalink
  27. def fromLiteral(value: Any, expectedType: LiteralType[_])(implicit activeContext: AC): JIP

    Permalink
  28. def fromLong(value: Any, expectedType: LongType[_])(implicit activeContext: AC): JIP

    Permalink
  29. def fromNode(node: Node)(implicit activeContext: AC): JOIP

    Permalink
  30. def fromNumeric(value: Any, expectedType: NumericType[_])(implicit activeContext: AC): JIP

    Permalink
  31. def fromOntology(ontology: Ontology)(implicit activeContext: AC): JOIP

    Permalink

    ontology to json, TODO: add and return @context

  32. def fromProperty(key: Property)(implicit activeContext: AC): JOIP

    Permalink

    property to json, TODO: add and return @context

  33. def fromQuantity(value: Any, expectedType: QuantityType[_])(implicit activeContext: AC): JIP

    Permalink
  34. def fromStructured(value: Any, expectedType: StructuredType[_])(implicit activeContext: AC): JIP

    Permalink
  35. def fromText(value: Any, expectedType: TextType[_])(implicit activeContext: AC): JIP

    Permalink
  36. def fromTime(value: Any, expectedType: LocalTimeType[_])(implicit activeContext: AC): JIP

    Permalink
  37. def fromTuple(value: Any, expectedType: TupleType[_])(implicit activeContext: AC): JIP

    Permalink
  38. implicit def geoToJson(geo: Geometry): Json

    Permalink
  39. final def getClass(): Class[_]

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

    Permalink
  41. def getNewActiveProperty: AP

    Permalink
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. implicit def intToJson(int: Int): Json

    Permalink
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def jsonToNoSpacesString(json: Json): String

    Permalink
  46. implicit def listToJson(list: List[Json]): Json

    Permalink
  47. implicit def listmapToJson(map: ListMap[String, Json]): Json

    Permalink
  48. implicit def longToJson(long: Long): Json

    Permalink
  49. implicit def mapToJson(map: Map[String, Json]): Json

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

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

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

    Permalink
    Definition Classes
    AnyRef
  53. implicit def nullToJson: Json

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

    Permalink
    Definition Classes
    AnyRef
  55. implicit def textToJson(text: String): Json

    Permalink
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. implicit def tuple2ListToJson(tuples: List[(Json, Json)]): Json

    Permalink
  58. implicit def tuple2ToJson(tuples: (Json, Json)): Json

    Permalink
  59. implicit def tuple3ToJson(tuples: (Json, Json, Json)): Json

    Permalink
  60. implicit def tuple4ToJson(tuples: (Json, Json, Json, Json)): Json

    Permalink
  61. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped