See: Description
| Interface | Description |
|---|---|
| IClassProxyPlugin |
The interface Class proxy plugin.
|
| IClassProxyPluginFunction<E extends java.lang.Exception> |
The interface Class proxy plugin function.
|
| Class | Description |
|---|---|
| BindingContext |
The type Binding context.
|
| BindingContextStore |
The type binding context store is for storing the binding context maps used
by V8 value object.
|
| ClassDescriptor |
The type Class descriptor.
|
| ClassDescriptorStore |
The type class descriptor store is for storing the class descriptor maps used
by reflection proxy handlers.
|
| MethodDescriptor |
The type Method descriptor.
|
| Enum | Description |
|---|---|
| ClassDescriptor.GetPriority |
The enum Get priority.
|
| ClassDescriptor.SetPriority |
The enum Set priority.
|
This package manages the metadata that drives proxy-based Java-to-JavaScript interop:
ClassDescriptor - Comprehensive descriptor of a Java class for reflection-based proxying, including methods, fields, and annotations.ClassDescriptorStore - Centralized cache of class descriptors.MethodDescriptor - Describes a single method binding with its name, symbol, and invocation metadata.BindingContext / BindingContextStore - Stores and retrieves active method bindings per V8 value object.IClassProxyPlugin - Interface for customizing proxy behavior of Java classes.