| 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
  bytearrays. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ClassLoadingStrategy.WithDefaultProtectionDomainA  ClassLoadingStrategythat applies a defaultProtectionDomain. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ClassLoadingStrategy.DefaultThis class contains implementations of default class loading strategies. | 
| protected static class  | ClassLoadingStrategy.Default.ProtectionDomainInjectionA class loading strategy which applies a class loader injection while applying a given
  ProtectionDomainon class injection. | 
| protected static class  | ClassLoadingStrategy.Default.ProtectionDomainWrapperA class loading strategy which creates a wrapping class loader while applying a given
  ProtectionDomainon class loading. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassLoadingStrategy | ClassLoadingStrategy.WithDefaultProtectionDomain. withProtectionDomain(ProtectionDomain protectionDomain)Overrides the implicitly set default  ProtectionDomainwith 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.