Interface ClassReloadingStrategy.BootstrapInjection

All Known Implementing Classes:
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled
Enclosing class:
ClassReloadingStrategy

protected static interface ClassReloadingStrategy.BootstrapInjection
A strategy to apply for injecting classes into the bootstrap class loader.
  • Method Details

    • make

      ClassInjector make(Instrumentation instrumentation)
      Creates a class injector to use.
      Parameters:
      instrumentation - The instrumentation of this instance.
      Returns:
      A class injector for the bootstrap class loader.