public interface IJavetDirectCallable
Modifier and Type | Interface and Description |
---|---|
static interface |
IJavetDirectCallable.DirectCall
The interface Direct call.
|
static interface |
IJavetDirectCallable.GetterAndNoThis<E extends java.lang.Exception>
The interface GetterAndNoThis gets the property value by a property key
without this object passed in.
|
static interface |
IJavetDirectCallable.GetterAndThis<E extends java.lang.Exception>
The interface GetterAndThis gets the property value by a property key
with this object passed in.
|
static interface |
IJavetDirectCallable.NoThisAndNoResult<E extends java.lang.Exception>
The interface NoThisAndResult does not return the result and accept this object passed in.
|
static interface |
IJavetDirectCallable.NoThisAndResult<E extends java.lang.Exception>
The interface NoThisAndResult returns the result
without this object passed in.
|
static interface |
IJavetDirectCallable.SetterAndNoThis<E extends java.lang.Exception>
The interface SetterAndNoThis gets the property value by a property key
without this object passed in.
|
static interface |
IJavetDirectCallable.SetterAndThis<E extends java.lang.Exception>
The interface SetterAndThis gets the property value by a property key
with this object passed in.
|
static interface |
IJavetDirectCallable.ThisAndNoResult<E extends java.lang.Exception>
The interface ThisAndNoResult does not return the result, but accepts this object.
|
static interface |
IJavetDirectCallable.ThisAndResult<E extends java.lang.Exception>
The interface ThisAndResult accepts this object and returns the result.
|
Modifier and Type | Method and Description |
---|---|
JavetCallbackContext[] |
getCallbackContexts()
Get supported callback contexts.
|
default void |
setV8Runtime(V8Runtime v8Runtime)
Sets V8 runtime.
|
JavetCallbackContext[] getCallbackContexts()
default void setV8Runtime(V8Runtime v8Runtime)
v8Runtime
- the V8 runtime