Trait

lspace.parse.JsonLD

encode

Related Doc: package JsonLD

Permalink

trait encode extends AnyRef

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

Type Members

  1. implicit class WithDictionary extends AnyRef

    Permalink
  2. implicit class WithIriString extends AnyRef

    Permalink

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[T <: Node](node: Node): 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. def ctListToJson(l: List[ClassType[_]])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  12. def fromCalendar(value: Any, expectedType: CalendarType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  13. def fromCollection(value: Any, expectedType: CollectionType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  14. def fromData(value: Any, expectedType: DataType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  15. def fromDataType(dataType: DataType[_])(implicit activeContext: ActiveContext): JsonObjectInProgress

    Permalink
  16. def fromDate(value: Any, expectedType: LocalDateType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  17. def fromDateTime(value: Any, expectedType: DateTimeType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  18. def fromDouble(value: Any, expectedType: DoubleType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  19. def fromEdge(edge: Edge[_, _])(implicit activeContext: ActiveContext): JsonObjectInProgress

    Permalink
  20. def fromEdges(key: Property, edges: List[Edge[_, _]])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  21. def fromGeometric(value: Any, expectedType: GeometricType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  22. def fromInt(value: Any, expectedType: IntType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  23. def fromLiteral(value: Any, expectedType: LiteralType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  24. def fromLong(value: Any, expectedType: LongType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  25. def fromNode(node: Node)(implicit activeContext: ActiveContext): JsonObjectInProgress

    Permalink
  26. def fromNumeric(value: Any, expectedType: NumericType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  27. def fromOntology(ontology: Ontology)(implicit activeContext: ActiveContext): JsonObjectInProgress

    Permalink

    ontology to json, TODO: add and return @context

  28. def fromProperty(key: Property)(implicit activeContext: ActiveContext): JsonObjectInProgress

    Permalink

    property to json, TODO: add and return @context

  29. def fromQuantity(value: Any, expectedType: QuantityType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  30. def fromStructured(value: Any, expectedType: StructuredType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  31. def fromText(value: Any, expectedType: TextType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  32. def fromTime(value: Any, expectedType: LocalTimeType[_])(implicit activeContext: ActiveContext): JsonInProgress

    Permalink
  33. def fromTuple(value: Any, expectedType: TupleType[_])(implicit activeContext: ActiveContext): JsonInProgress

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped