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 | Field and Description |
---|---|
private ClassInjector.UsingInstrumentation.Target |
ClassInjector.UsingInstrumentation.target
A representation of the target path to which classes are to be appended.
|
Modifier and Type | Method and Description |
---|---|
static ClassInjector.UsingInstrumentation.Target |
ClassInjector.UsingInstrumentation.Target.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassInjector.UsingInstrumentation.Target[] |
ClassInjector.UsingInstrumentation.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ClassInjector |
ClassInjector.UsingInstrumentation.of(java.io.File folder,
ClassInjector.UsingInstrumentation.Target target,
java.lang.instrument.Instrumentation instrumentation)
Creates an instrumentation-based class injector.
|
Constructor and Description |
---|
UsingInstrumentation(java.io.File folder,
ClassInjector.UsingInstrumentation.Target target,
java.lang.instrument.Instrumentation instrumentation,
RandomString randomString)
Creates an instrumentation-based class injector.
|