Object

lspace.parse.JsonLD

encode

Related Doc: package JsonLD

Permalink

object encode

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 fromEdge(edge: Edge[_, _])(implicit activeContext: ActiveContext): JsonObjectInProgress

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

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

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

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

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

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

    Permalink

    ontology to json, TODO: add and return @context

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

    Permalink

    property to json, TODO: add and return @context

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped