public class BootstrapInstrumentBoost extends Object
| Constructor and Description |
|---|
BootstrapInstrumentBoost() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
forInternalDelegateClass(String methodsInterceptor)
Load the delegate class from current class loader, mostly should be AppClassLoader.
|
static net.bytebuddy.agent.builder.AgentBuilder |
inject(PluginFinder pluginFinder,
Instrumentation instrumentation,
net.bytebuddy.agent.builder.AgentBuilder agentBuilder,
JDK9ModuleExporter.EdgeClasses edgeClasses) |
static String |
internalDelegate(String methodsInterceptor)
Get the delegate class name.
|
public static net.bytebuddy.agent.builder.AgentBuilder inject(PluginFinder pluginFinder, Instrumentation instrumentation, net.bytebuddy.agent.builder.AgentBuilder agentBuilder, JDK9ModuleExporter.EdgeClasses edgeClasses) throws PluginException
PluginExceptionpublic static String internalDelegate(String methodsInterceptor)
methodsInterceptor - of original interceptor in the pluginCopyright © 2019 The Apache Software Foundation. All rights reserved.