See: Description
Interface | Description |
---|---|
ByteBuddyAgent.AttachmentProvider |
An attachment provider is responsible for making the Java attachment API available.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
An accessor for a JVM's attachment API.
|
Class | Description |
---|---|
ByteBuddyAgent |
The Byte Buddy agent provides a JVM
Instrumentation in order to allow Byte Buddy the
redefinition of already loaded classes. |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple |
A simple implementation of an accessible accessor.
|
ByteBuddyAgent.AttachmentProvider.Compound |
A compound attachment provider that attempts the attachment by delegation to other providers.
|
ByteBuddyAgent.AttachmentProvider.ForToolsJarVm.ClassLoaderCreationAction |
The action creates a class loader that is capable of reading form the provided tools.jar.
|
Installer |
An installer class which defined the hook-in methods that are required by the Java agent specification.
|
Enum | Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable |
A canonical implementation of an unavailable accessor.
|
ByteBuddyAgent.AttachmentProvider.ForJigsawVm |
An attachment provider that locates the attach API directly from the bootstrap class loader.
|
ByteBuddyAgent.AttachmentProvider.ForToolsJarVm |
An attachment provider that is dependant on the existence of a tools.jar file on the local
file system.
|
Copyright © 2014–2016. All rights reserved.