| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | This package contains classes that are responsible for class loading of classes that are represented by
  bytearrays. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteArrayClassLoader
 A  ClassLoaderthat is capable of loading explicitly defined classes. | 
| static class  | ByteArrayClassLoader.ChildFirst
 A  ByteArrayClassLoaderwhich applies child-first semantics for the
 given type definitions. | 
| class  | MultipleParentClassLoader
 This  ClassLoaderis capable of loading classes from multiple parents. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<TypeDescription,Class<?>> | InjectionClassLoader.Strategy. load(InjectionClassLoader classLoader,
    Map<TypeDescription,byte[]> types)Loads a given collection of classes given their binary representation. | 
Copyright © 2014–2024. All rights reserved.