Package net.bytebuddy.dynamic.loading
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.dynamic.loading.ClassReloadingStrategy.BootstrapInjection
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmake
(Instrumentation instrumentation) Creates a class injector to use.
-
Field Details
-
folder
The folder to save jar files in.
-
-
Constructor Details
-
Enabled
Creates an enabled bootstrap class injection strategy.- Parameters:
folder
- The folder to save jar files in.
-
-
Method Details
-
make
Creates a class injector to use.- Specified by:
make
in interfaceClassReloadingStrategy.BootstrapInjection
- Parameters:
instrumentation
- The instrumentation of this instance.- Returns:
- A class injector for the bootstrap class loader.
-