Package net.bytebuddy.dynamic.loading
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
A disabled bootstrap injection strategy.static class
An enabled bootstrap class loader injection strategy. -
Method Summary
Modifier and TypeMethodDescriptionmake
(Instrumentation instrumentation) Creates a class injector to use.
-
Method Details
-
make
Creates a class injector to use.- Parameters:
instrumentation
- The instrumentation of this instance.- Returns:
- A class injector for the bootstrap class loader.
-