protected static interface AgentBuilder.Default.BootstrapInjectionStrategy
Modifier and Type | Interface and 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 on
sun.misc.Unsafe . |
Modifier and Type | Method and Description |
---|---|
ClassInjector |
make(ProtectionDomain protectionDomain)
Creates an injector for the bootstrap class loader.
|
ClassInjector make(ProtectionDomain protectionDomain)
protectionDomain
- The protection domain to be used.Copyright © 2014–2019. All rights reserved.