public static class ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForJava9CapableVm extends Object implements ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForJava9CapableVm, ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm
Modifier | Constructor and Description |
---|---|
protected |
ForJava9CapableVm(Method current,
Method getPid)
Creates a new Java 9 capable dispatcher for reading the current process's id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher |
make()
Attempts to create a dispatcher for a Java 9 VM and falls back to a legacy dispatcher
if this is not possible.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
resolve(Class<?> virtualMachineType)
Resolves an accessor for the supplied virtual machine type.
|
String |
toString() |
public static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher make()
public ByteBuddyAgent.AttachmentProvider.Accessor resolve(Class<?> virtualMachineType)
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
resolve
in interface ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
virtualMachineType
- The virtual machine type to attach to.Copyright © 2014–2016. All rights reserved.