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. |
Modifier and Type | Method and Description |
---|---|
Map<TypeDescription,Class<?>> |
InjectionClassLoader.Strategy.load(InjectionClassLoader classLoader,
Map<TypeDescription,byte[]> types) |
Copyright © 2014–2017. All rights reserved.