Skip navigation links
GraalVM SDK Java API Reference
23.0.10-dev

df0f270d3a6fa90840d7d5e9e1e9a35bcc395bb4

Package org.graalvm.polyglot.proxy

The GraalVM SDK proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages.

See: Description

Package org.graalvm.polyglot.proxy Description

The GraalVM SDK proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages. Every Graal language will treat instances of proxies like an object of that particular language. Multiple proxy interfaces can be implemented at the same time. For example, it is useful to provide proxy values that are objects with members and arrays at the same time.

See graalvm.org for more examples on how to use this API.

Since:
19.0
See Also:
for more an overview over all available proxy interfaces.
Skip navigation links
GraalVM SDK Java API Reference
23.0.10-dev

df0f270d3a6fa90840d7d5e9e1e9a35bcc395bb4

Copyright © 2012, 2025, Oracle and/or its affiliates. All rights reserved.