Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
Constructor and Description |
---|
OfFactory(ClassInjector.UsingUnsafe.Factory factory)
Creates an injection strategy based on a factory.
|
Modifier and Type | Method and Description |
---|---|
static ClassInjector.UsingUnsafe.Factory |
ClassInjector.UsingUnsafe.Factory.resolve(Instrumentation instrumentation)
Resolves an injection strategy that uses unsafe injection if available and also attempts to open and use
jdk.internal.misc.Unsafe as a fallback. |
static ClassInjector.UsingUnsafe.Factory |
ClassInjector.UsingUnsafe.Factory.resolve(Instrumentation instrumentation,
boolean local)
Resolves an injection strategy that uses unsafe injection if available and also attempts to open and use
jdk.internal.misc.Unsafe as a fallback. |
Copyright © 2014–2025. All rights reserved.