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 |
---|---|
static class |
MultipleParentClassLoader.Dispatcher.Active
An active dispatcher for the
ClassLoader.loadClass(String, boolean) method. |
static class |
MultipleParentClassLoader.Dispatcher.Erroneous
A dispatcher when the
ClassLoader.loadClass(String, boolean) method cannot be accessed. |
Modifier and Type | Method and Description |
---|---|
protected static MultipleParentClassLoader.Dispatcher |
MultipleParentClassLoader.Dispatcher.Active.make()
Creates a new dispatcher.
|
MultipleParentClassLoader.Dispatcher |
MultipleParentClassLoader.Dispatcher.Active.run() |
Copyright © 2014–2016. All rights reserved.