Package | Description |
---|---|
net.bytebuddy.dynamic |
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClassFileLocator.AgentBased.Dispatcher.ForJava6CapableVm
A dispatcher for a Java 6 capable VM.
|
static class |
ClassFileLocator.AgentBased.Dispatcher.ForLegacyVm
A dispatcher for a VM that does not support retransformation.
|
Modifier and Type | Method and Description |
---|---|
ClassFileLocator.AgentBased.Dispatcher |
ClassFileLocator.AgentBased.Dispatcher.CreationAction.run() |
Copyright © 2014–2018. All rights reserved.