public static class ByteBuddyAgent.AttachmentProvider.Compound extends Object implements ByteBuddyAgent.AttachmentProvider
ByteBuddyAgent.AttachmentProvider.Accessor, ByteBuddyAgent.AttachmentProvider.Compound, ByteBuddyAgent.AttachmentProvider.ForJ9Vm, ByteBuddyAgent.AttachmentProvider.ForModularizedVm, ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm, ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm, ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar
DEFAULT
Constructor and Description |
---|
Compound(ByteBuddyAgent.AttachmentProvider... attachmentProvider)
Creates a new compound attachment provider.
|
Compound(List<? extends ByteBuddyAgent.AttachmentProvider> attachmentProviders)
Creates a new compound attachment provider.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor |
attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
public Compound(ByteBuddyAgent.AttachmentProvider... attachmentProvider)
attachmentProvider
- A list of attachment providers in the order of their application.public Compound(List<? extends ByteBuddyAgent.AttachmentProvider> attachmentProviders)
attachmentProviders
- A list of attachment providers in the order of their application.public ByteBuddyAgent.AttachmentProvider.Accessor attempt()
attempt
in interface ByteBuddyAgent.AttachmentProvider
Copyright © 2014–2019. All rights reserved.