| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | This package contains classes that are responsible for class loading of classes that are represented by
  bytearrays. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVmA synchronization engine for a VM that is aware of parallel-capable class loaders. | 
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVmA synchronization engine for a VM that is aware of parallel-capable class loaders using method handles to respect module boundaries. | 
| static class  | ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVmA synchronization engine for a VM that is not aware of parallel-capable class loaders. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteArrayClassLoader.SynchronizationStrategy | ByteArrayClassLoader.SynchronizationStrategy.Initializable. initialize()Initializes this synchronization strategy. | 
| ByteArrayClassLoader.SynchronizationStrategy | ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVm. initialize()Initializes this synchronization strategy. | 
| ByteArrayClassLoader.SynchronizationStrategy | ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVm. initialize()Initializes this synchronization strategy. | 
| ByteArrayClassLoader.SynchronizationStrategy | ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVm. initialize()Initializes this synchronization strategy. | 
Copyright © 2014–2021. All rights reserved.