Skip navigation links

Package com.caoccao.javet.interop.proxy.plugins

Proxy plugins that teach the JavetProxyConverter how to expose specific Java types as idiomatic JavaScript objects via Proxy.

See: Description

Package com.caoccao.javet.interop.proxy.plugins Description

Proxy plugins that teach the JavetProxyConverter how to expose specific Java types as idiomatic JavaScript objects via Proxy.

Each plugin maps a Java type to JavaScript semantics (index access, iteration, length, spread, etc.):

Base classes for building custom plugins:

Since:
3.0.4
Skip navigation links