object
encode
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[T <: Node](node: Node): Json
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ctListToJson(l: List[ClassType[_]])(implicit activeContext: ActiveContext): JsonInProgress
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fromAny(value: Any, expectedType: Option[ClassType[_]] = None)(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromCalendar(value: Any, expectedType: CalendarType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromCollection(value: Any, expectedType: CollectionType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromData(value: Any, expectedType: DataType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromDataType(dataType: DataType[_])(implicit activeContext: ActiveContext): JsonObjectInProgress
-
-
def
fromEdges(key: Property, edges: List[Edge[_, _]])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromGeometric(value: Any, expectedType: GeometricType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromLiteral(value: Any, expectedType: LiteralType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
-
def
fromNumeric(value: Any, expectedType: NumericType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
-
-
def
fromQuantity(value: Any, expectedType: QuantityType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromStructured(value: Any, expectedType: StructuredType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromText(value: Any, expectedType: TextType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
def
fromTuple(value: Any, expectedType: TupleType[_])(implicit activeContext: ActiveContext): JsonInProgress
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any