See: Description
| Interface | Description |
|---|---|
| IJavetDirectCallable |
The interface Javet direct callable is for converting the calls
from reflection calls to direct calls.
|
| IJavetDirectCallable.DirectCall |
The interface Direct call.
|
| IJavetDirectCallable.GetterAndNoThis<E extends java.lang.Exception> |
The interface GetterAndNoThis gets the property value by a property key
without this object passed in.
|
| IJavetDirectCallable.GetterAndThis<E extends java.lang.Exception> |
The interface GetterAndThis gets the property value by a property key
with this object passed in.
|
| IJavetDirectCallable.NoThisAndNoResult<E extends java.lang.Exception> |
The interface NoThisAndResult does not return the result and accept this object passed in.
|
| IJavetDirectCallable.NoThisAndResult<E extends java.lang.Exception> |
The interface NoThisAndResult returns the result
without this object passed in.
|
| IJavetDirectCallable.SetterAndNoThis<E extends java.lang.Exception> |
The interface SetterAndNoThis gets the property value by a property key
without this object passed in.
|
| IJavetDirectCallable.SetterAndThis<E extends java.lang.Exception> |
The interface SetterAndThis gets the property value by a property key
with this object passed in.
|
| IJavetDirectCallable.ThisAndNoResult<E extends java.lang.Exception> |
The interface ThisAndNoResult does not return the result, but accepts this object.
|
| IJavetDirectCallable.ThisAndResult<E extends java.lang.Exception> |
The interface ThisAndResult accepts this object and returns the result.
|
| IJavetGCCallback |
The interface Javet GC callback.
|
| IJavetNearHeapLimitCallback |
The interface Javet near heap limit callback.
|
| IJavetPromiseRejectCallback |
The interface Javet promise reject callback.
|
| IV8ModuleResolver |
The interface V8 module resolver is for resolving V8 module look-up in dynamic import.
|
| Class | Description |
|---|---|
| JavetBuiltInModuleResolver |
The type Javet built in module resolver is for resolving the Node.js built-in modules.
|
| JavetCallbackContext |
The type Javet callback context.
|
| JavetGCCallback |
The type Javet GC callback.
|
| JavetPromiseRejectCallback |
The type Javet promise reject callback.
|
| V8FunctionCallback |
The type V8 function callback.
|
| Enum | Description |
|---|---|
| JavetCallbackType |
The enum Javet callback type.
|