Class AppCDSUtil

java.lang.Object
io.quarkus.runtime.appcds.AppCDSUtil

public class AppCDSUtil extends Object
  • Constructor Details

    • AppCDSUtil

      public AppCDSUtil()
  • Method Details

    • loadGeneratedClasses

      public static void loadGeneratedClasses() throws IOException, ClassNotFoundException
      This is never meant to be used in a regular application run. It is only referenced by the generated main with the purpose of loading all the generated and transformed classes in order to give the AppCDS generation process a larger set of classes to work with
      Throws:
      IOException
      ClassNotFoundException