| 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 | Method and Description | 
|---|---|
static ClassInjector.UsingInstrumentation.Target | 
ClassInjector.UsingInstrumentation.Target.valueOf(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(File folder,
  ClassInjector.UsingInstrumentation.Target target,
  Instrumentation instrumentation)
Creates an instrumentation-based class injector. 
 | 
| Constructor and Description | 
|---|
UsingInstrumentation(File folder,
                    ClassInjector.UsingInstrumentation.Target target,
                    Instrumentation instrumentation,
                    RandomString randomString)
Creates an instrumentation-based class injector. 
 | 
Copyright © 2014–2021. All rights reserved.