| 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 | Interface and Description | 
|---|---|
static interface  | 
ClassLoadingStrategy.WithDefaultProtectionDomain
A  
ClassLoadingStrategy that applies a default ProtectionDomain. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassLoadingStrategy.Default
This class contains implementations of default class loading strategies. 
 | 
protected static class  | 
ClassLoadingStrategy.Default.ProtectionDomainInjection
A class loading strategy which applies a class loader injection while applying a given
  
ProtectionDomain on class injection. | 
protected static class  | 
ClassLoadingStrategy.Default.ProtectionDomainWrapper
A class loading strategy which creates a wrapping class loader while applying a given
  
ProtectionDomain on class loading. | 
| Modifier and Type | Method and Description | 
|---|---|
ClassLoadingStrategy | 
ClassLoadingStrategy.WithDefaultProtectionDomain.withProtectionDomain(ProtectionDomain protectionDomain)
Overrides the implicitly set default  
ProtectionDomain with an explicit one. | 
| 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 | Class and Description | 
|---|---|
class  | 
ClassReloadingStrategy
 The class reloading strategy allows to redefine loaded  
Classes. | 
Copyright © 2014. All rights reserved.