| 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 | 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.ConfigurableA  ClassLoadingStrategythat allows configuring the strategy's behavior. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ClassLoadingStrategy.DefaultThis class contains implementations of default class loading strategies. | 
| protected static class  | ClassLoadingStrategy.Default.InjectionDispatcherA class loading strategy which applies a class loader injection while applying a given
  ProtectionDomainon class injection. | 
| protected static class  | ClassLoadingStrategy.Default.WrappingDispatcherA class loading strategy which creates a wrapping class loader while applying a given
  ProtectionDomainon class loading. | 
| static class  | ClassLoadingStrategy.ForBootstrapInjectionA 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–2016. All rights reserved.