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 |
DynamicType.Default.Dispatcher.ForJava7CapableVm
A dispatcher for VMs that are capable of NIO2.
|
static class |
DynamicType.Default.Dispatcher.ForLegacyVm
A legacy dispatcher that is not capable of NIO.
|
Modifier and Type | Field and Description |
---|---|
protected static DynamicType.Default.Dispatcher |
DynamicType.Default.DISPATCHER
A dispacher for applying a file copy.
|
Modifier and Type | Method and Description |
---|---|
DynamicType.Default.Dispatcher |
DynamicType.Default.Dispatcher.CreationAction.run() |
Copyright © 2014–2024. All rights reserved.