Class RuntimeProxyCreation

java.lang.Object
org.graalvm.nativeimage.hosted.RuntimeProxyCreation

public final class RuntimeProxyCreation extends Object
This class can be used to make creating dynamic proxy classes at run time valid.
Since:
22.3
  • Method Details

    • register

      public static void register(Class<?>... interfaces)
      Enables registering specifications of Proxy 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