Class ClassReloadingStrategy.BootstrapInjection.Enabled

java.lang.Object
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection.Enabled
All Implemented Interfaces:
ClassReloadingStrategy.BootstrapInjection
Enclosing interface:
ClassReloadingStrategy.BootstrapInjection

@Enhance public static class ClassReloadingStrategy.BootstrapInjection.Enabled extends Object implements ClassReloadingStrategy.BootstrapInjection
An enabled bootstrap class loader injection strategy.
  • Field Details

    • folder

      private final File folder
      The folder to save jar files in.
  • Constructor Details

    • Enabled

      protected Enabled(File folder)
      Creates an enabled bootstrap class injection strategy.
      Parameters:
      folder - The folder to save jar files in.
  • Method Details