Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor
-
Packages that use ByteBuddyAgent.AttachmentProvider.Accessor Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of ByteBuddyAgent.AttachmentProvider.Accessor in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement ByteBuddyAgent.AttachmentProvider.Accessor Modifier and Type Class Description static class
ByteBuddyAgent.AttachmentProvider.Accessor.Simple
A simple implementation of an accessible accessor.protected static class
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment
A simple implementation of an accessible accessor that allows for external attachment.protected static class
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithoutExternalAttachment
A simple implementation of an accessible accessor that does not allow for external attachment.static class
ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable
A canonical implementation of an unavailable accessor.Methods in net.bytebuddy.agent that return ByteBuddyAgent.AttachmentProvider.Accessor Modifier and Type Method Description ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider. attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.Compound. attempt()
ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.ForJ9Vm. attempt()
ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.ForJigsawVm. attempt()
ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.ForToolsJarVm. attempt()
ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm. attempt()
static ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.Accessor.Simple. of(java.lang.ClassLoader classLoader, java.io.File... classPath)
Creates an accessor by reading the process id from the JMX runtime bean and by attempting to load thecom.sun.tools.attach.VirtualMachine
class from the provided class loader.static ByteBuddyAgent.AttachmentProvider.Accessor
ByteBuddyAgent.AttachmentProvider.Accessor.Simple. ofJ9()
Creates an accessor by reading the process id from the JMX runtime bean and by attempting to load thecom.ibm.tools.attach.VirtualMachine
class from the provided class loader.
-