Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.WarmupStrategy.Enabled.Dispatcher
-
Packages that use AgentBuilder.Default.WarmupStrategy.Enabled.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.WarmupStrategy.Enabled.Dispatcher in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.WarmupStrategy.Enabled.Dispatcher Modifier and Type Field Description private static AgentBuilder.Default.WarmupStrategy.Enabled.Dispatcher
AgentBuilder.Default.WarmupStrategy.Enabled. DISPATCHER
A dispatcher for invoking aClassFileTransformer
when the module system is available.
-