Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
net.bytebuddy.implementation.auxiliary |
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType . |
Modifier and Type | Field and Description |
---|---|
private RandomString |
NamingStrategy.SuffixingRandom.randomString
An instance for creating random seed values.
|
private RandomString |
NamingStrategy.PrefixingRandom.randomString
A seed generator.
|
Modifier and Type | Field and Description |
---|---|
private RandomString |
CachedReturnPlugin.randomString
A random string to use for avoid field name collisions.
|
Modifier and Type | Field and Description |
---|---|
private RandomString |
ClassInjector.UsingInstrumentation.randomString
A random string generator for creating file names.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private RandomString |
AuxiliaryType.NamingStrategy.SuffixingRandom.randomString
An instance for creating random values.
|