Uses of Class
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor.Simple
-
Packages that use ByteBuddyAgent.AttachmentProvider.Accessor.Simple Package Description net.bytebuddy.agent 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.agent Modifier and Type Class Description protected static class
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithDirectAttachment
A simple implementation of an accessible accessor that attaches using a virtual machine emulation that does not require external attachment.protected static class
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment
A simple implementation of an accessible accessor that allows for external attachment.
-