| 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. 
 | 
| 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 | Method and Description | 
|---|---|
DynamicType.Loaded<T> | 
DynamicType.Unloaded.load(ClassLoader classLoader,
    ClassLoadingStrategy classLoadingStrategy)
Attempts to load this dynamic type including all of its auxiliary types, if any. 
 | 
DynamicType.Loaded<T> | 
DynamicType.Default.Unloaded.load(ClassLoader classLoader,
    ClassLoadingStrategy classLoadingStrategy)  | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
ClassLoadingStrategy.Configurable
A  
ClassLoadingStrategy that allows configuring the strategy's behavior. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassLoadingStrategy.Default
This class contains implementations of default class loading strategies. 
 | 
protected static class  | 
ClassLoadingStrategy.Default.InjectionDispatcher
A class loading strategy which applies a class loader injection while applying a given
  
ProtectionDomain on class injection. | 
protected static class  | 
ClassLoadingStrategy.Default.WrappingDispatcher
A class loading strategy which creates a wrapping class loader while applying a given
  
ProtectionDomain on class loading. | 
static class  | 
ClassLoadingStrategy.ForBootstrapInjection
A class loading strategy which allows class injection into the bootstrap class loader if
 appropriate. 
 | 
class  | 
ClassReloadingStrategy
 The class reloading strategy allows to redefine loaded  
Classes. | 
Copyright © 2014–2015. All rights reserved.