public interface Instrumenter
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.agent.builder.AgentBuilder |
instrument(net.bytebuddy.agent.builder.AgentBuilder agentBuilder,
Settings settings)
Adds bytecode instrumentation to the given
AgentBuilder. |
net.bytebuddy.agent.builder.AgentBuilder instrument(net.bytebuddy.agent.builder.AgentBuilder agentBuilder,
Settings settings)
AgentBuilder.agentBuilder - an AgentBuilder object to which the additional instrumentation is
addedsettings - the configuration settingsAgentBuilder object having the additional instrumentation