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 |
ClassInjector.UsingUnsafe.Dispatcher.Enabled
An enabled dispatcher.
|
static class |
ClassInjector.UsingUnsafe.Dispatcher.Unavailable
A disabled dispatcher.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector.UsingUnsafe.Dispatcher.Initializable |
ClassInjector.UsingUnsafe.Dispatcher.CreationAction.run() |
Constructor and Description |
---|
Factory(ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher)
Creates a new factory.
|
UsingUnsafe(ClassLoader classLoader,
ProtectionDomain protectionDomain,
ClassInjector.UsingUnsafe.Dispatcher.Initializable dispatcher)
Creates a new unsafe injector for the given class loader with a default protection domain.
|
Copyright © 2014–2023. All rights reserved.