Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.Dispatcher
-
Packages that use AgentBuilder.Default.Dispatcher 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.Dispatcher in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Default.Dispatcher Modifier and Type Class Description static class
AgentBuilder.Default.Dispatcher.ForJava6CapableVm
A dispatcher for a Java 6 capable VM.static class
AgentBuilder.Default.Dispatcher.ForLegacyVm
A dispatcher for a legacy VM.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.Dispatcher Modifier and Type Field Description private static AgentBuilder.Default.Dispatcher
AgentBuilder.Default. DISPATCHER
A dipatcher to use for interacting with the instrumentation API.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Default.Dispatcher Modifier and Type Method Description AgentBuilder.Default.Dispatcher
AgentBuilder.Default.Dispatcher.CreationAction. run()
-