Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider
-
Packages that use ByteBuddyAgent.AgentProvider Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of ByteBuddyAgent.AgentProvider in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement ByteBuddyAgent.AgentProvider Modifier and Type Class Description static class
ByteBuddyAgent.AgentProvider.ForByteBuddyAgent
An agent provider for a temporary Byte Buddy agent.static class
ByteBuddyAgent.AgentProvider.ForExistingAgent
An agent provider that supplies an existing agent that is not deleted after attachment.
-