Package org.graalvm.nativeimage.hosted
Class RuntimeProxyCreation
java.lang.Object
org.graalvm.nativeimage.hosted.RuntimeProxyCreation
This class can be used to make creating dynamic proxy classes at run time valid.
- Since:
- 22.3
-
Method Summary
-
Method Details
-
register
Enables registering specifications ofProxy
classes during the image build so that matching proxy objects can be created at runtime. The proxy class is fully specified by the interfaces it implements.- Since:
- 22.3
-