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 ofProxyclasses 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.This API is deprecated; use the
ReflectiveAccessinstead.- Since:
- 22.3
-