See: Description
Interface | Description |
---|---|
IJavetDirectProxyHandler<E extends java.lang.Exception> |
The interface Javet direct proxy handler.
|
IJavetNonProxy |
The interface Javet non-proxy indicates the type is ignored by the proxy converter.
|
IJavetProxyHandler<T,E extends java.lang.Exception> |
The interface Javet proxy handler.
|
IJavetProxySymbolConverter |
The interface Javet proxy symbol converter.
|
IJavetReflectionObjectFactory |
The interface Javet reflection object factory.
|
Class | Description |
---|---|
BaseJavetDirectProxyHandler<T extends IJavetDirectProxyHandler<E>,E extends java.lang.Exception> |
The type Base javet direct proxy handler.
|
BaseJavetProxyHandler<T,E extends java.lang.Exception> |
The type Base javet proxy handler.
|
BaseJavetProxySymbolConverter<T> |
The type Base javet proxy symbol converter.
|
BaseJavetReflectionProxyHandler<T,E extends java.lang.Exception> |
The type Base javet reflection proxy handler.
|
BaseJavetReflectionProxyInvocationHandler<Reference extends V8ValueReference> |
The type Base javet reflection proxy invocation handler.
|
JavetDirectProxyFunctionHandler<T extends IJavetDirectProxyHandler<E>,E extends java.lang.Exception> |
The type Javet direct proxy object handler.
|
JavetDirectProxyObjectHandler<T extends IJavetDirectProxyHandler<E>,E extends java.lang.Exception> |
The type Javet direct proxy object handler.
|
JavetProxyPrototypeStore |
The type Javet proxy prototype store manages the prototype objects for proxy objects.
|
JavetReflectionProxyClassHandler<T extends java.lang.Class<?>,E extends java.lang.Exception> |
The type Javet reflection proxy class handler.
|
JavetReflectionProxyFactory |
The type Javet reflection proxy factory.
|
JavetReflectionProxyFunctionHandler<T,E extends java.lang.Exception> |
The type Javet reflection proxy function handler.
|
JavetReflectionProxyObjectHandler<T,E extends java.lang.Exception> |
The type Javet reflection proxy object handler.
|
JavetReflectionProxyV8ValueFunctionInvocationHandler |
The type Javet reflection proxy V8 value function invocation handler.
|
JavetReflectionProxyV8ValueObjectInvocationHandler |
The type Javet reflection proxy V8 value object invocation handler.
|