Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
AgentBuilder.Default.Dispatcher |
AgentBuilder.Default.Dispatcher.CreationAction.run() |
Copyright © 2014–2020. All rights reserved.