Uses of Class
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple
Packages that use ByteBuddyAgent.AttachmentProvider.Accessor.Simple
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of ByteBuddyAgent.AttachmentProvider.Accessor.Simple in net.bytebuddy.agent
Subclasses of ByteBuddyAgent.AttachmentProvider.Accessor.Simple in net.bytebuddy.agentModifier and TypeClassDescriptionprotected static class
A simple implementation of an accessible accessor that attaches using a virtual machine emulation that does not require external attachment.protected static class
A simple implementation of an accessible accessor that allows for external attachment.