Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.BootstrapInjectionStrategy
-
Packages that use AgentBuilder.Default.BootstrapInjectionStrategy Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.Default.BootstrapInjectionStrategy in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Default.BootstrapInjectionStrategy Modifier and Type Class Description static class
AgentBuilder.Default.BootstrapInjectionStrategy.Disabled
A disabled bootstrap injection strategy.static class
AgentBuilder.Default.BootstrapInjectionStrategy.Enabled
An enabled bootstrap injection strategy.static class
AgentBuilder.Default.BootstrapInjectionStrategy.Unsafe
A bootstrap injection strategy relying onsun.misc.Unsafe
.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.BootstrapInjectionStrategy Modifier and Type Field Description protected AgentBuilder.Default.BootstrapInjectionStrategy
AgentBuilder.Default. bootstrapInjectionStrategy
The injection strategy for injecting classes into the bootstrap class loader.
-