Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor
Packages that use ByteBuddyAgent.AttachmentProvider.Accessor
Package
Description
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.AccessorModifier and TypeClassDescriptionstatic classA simple implementation of an accessible accessor.protected static classA simple implementation of an accessible accessor that attaches using a virtual machine emulation that does not require external attachment.protected static classA simple implementation of an accessible accessor that allows for external attachment.static enumA canonical implementation of an unavailable accessor.Methods in net.bytebuddy.agent that return ByteBuddyAgent.AttachmentProvider.AccessorModifier and TypeMethodDescriptionByteBuddyAgent.AttachmentProvider.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.Compound.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.ForJ9Vm.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.ForModularizedVm.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar.attempt()Attempts the creation of an accessor for a specific JVM's attachment API.ByteBuddyAgent.AttachmentProvider.Accessor.Simple.of(ClassLoader classLoader, File... classPath) Creates an accessor by reading the process id from the JMX runtime bean and by attempting to load thecom.sun.tools.attach.VirtualMachineclass from the provided class loader.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.VirtualMachineclass from the provided class loader.