public static class ByteBuddyAgent.AttachmentProvider.Compound extends Object implements ByteBuddyAgent.AttachmentProvider
ByteBuddyAgent.AttachmentProvider.Accessor, ByteBuddyAgent.AttachmentProvider.Compound, ByteBuddyAgent.AttachmentProvider.ForJigsawVm, ByteBuddyAgent.AttachmentProvider.ForToolsJarVm
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.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
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()
ByteBuddyAgent.AttachmentProvider
attempt
in interface ByteBuddyAgent.AttachmentProvider
Copyright © 2014–2016. All rights reserved.