| Interface | Description |
|---|---|
| JsiiCallbackHandler |
Invoked to handle native synchronous callbacks.
|
| JsiiSerializable |
Marks a class as serializable from native to javascript.
|
| Class | Description |
|---|---|
| JsiiClient |
HTTP client for jsii-server.
|
| JsiiEngine |
The javascript engine which supports jsii objects.
|
| JsiiModule |
Represents a jsii JavaScript module.
|
| JsiiObject |
Represents a JavaScript object in the Java world.
|
| JsiiObjectMapper |
Implements serialization/deserialization of jsii data.
|
| JsiiObjectRef |
Represents a remote jsii object reference.
|
| JsiiPromise |
Represents a promise to a result of an async method execution.
|
| JsiiRuntime |
Manages the jsii-runtime child process.
|
| Enum | Description |
|---|---|
| JsiiObject.InitializationMode |
Used as a marker for bypassing native ctor chain.
|
| Exception | Description |
|---|---|
| JsiiException |
An error raised by the jsii runtime.
|
| Annotation Type | Description |
|---|---|
| Jsii |
Indicates that a class is a jsii class, which means that it's logic is implemented in
a JavaScript module.
|
Copyright © 2019. All rights reserved.