| 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.ChildFirst.SynchronizationStrategy.ForJava7CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders. 
 | 
static class  | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy.ForLegacyVm
A synchronization engine for a VM that is not aware of parallel-capable class loaders. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ByteArrayClassLoader.ChildFirst.SynchronizationStrategy | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy.ForJava7CapableVm.resolve()
Resolves a synchronization engine for a modern VM if this is possible. 
 | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy | 
ByteArrayClassLoader.ChildFirst.SynchronizationStrategy.ForJava7CapableVm.run()  | 
Copyright © 2014–2016. All rights reserved.