Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ByteArrayClassLoader
A
ClassLoader that is capable of loading explicitly defined classes. |
static class |
ByteArrayClassLoader.ChildFirst
A
ByteArrayClassLoader which applies child-first semantics for the
given type definitions. |
class |
MultipleParentClassLoader
This
ClassLoader is 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–2020. All rights reserved.