| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | 
 This package contains classes that are responsible for class loading of classes that are represented by
  
byte arrays. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders. 
 | 
static class  | 
ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders using method handles to respect module boundaries. 
 | 
static class  | 
ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVm
A synchronization engine for a VM that is not aware of parallel-capable class loaders. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ByteArrayClassLoader.SynchronizationStrategy.Initializable | 
ByteArrayClassLoader.SYNCHRONIZATION_STRATEGY
The synchronization engine for the executing JVM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteArrayClassLoader.SynchronizationStrategy.Initializable | 
ByteArrayClassLoader.SynchronizationStrategy.CreationAction.run() | 
Copyright © 2014–2024. All rights reserved.