Uses of Class
net.bytebuddy.utility.RandomString
Packages that use RandomString
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
A package for types that allow for applying Byte Buddy transformation during a build process.
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType
.-
Uses of RandomString in net.bytebuddy
Fields in net.bytebuddy declared as RandomStringModifier and TypeFieldDescriptionprivate final RandomString
NamingStrategy.PrefixingRandom.randomString
A seed generator.private final RandomString
NamingStrategy.SuffixingRandom.randomString
An instance for creating random seed values.Constructors in net.bytebuddy with parameters of type RandomStringModifierConstructorDescriptionSuffixingRandom
(String suffix, NamingStrategy.Suffixing.BaseNameResolver baseNameResolver, String javaLangPackagePrefix, RandomString randomString) Creates an immutable naming strategy with a given suffix but moves types that subclass types within thejava.lang
package into a given namespace.SuffixingRandom
(String suffix, NamingStrategy.SuffixingRandom.BaseNameResolver baseNameResolver, String javaLangPackagePrefix, RandomString randomString) Deprecated. -
Uses of RandomString in net.bytebuddy.build
Fields in net.bytebuddy.build declared as RandomStringModifier and TypeFieldDescriptionprivate final RandomString
CachedReturnPlugin.randomString
A random string to use for avoid field name collisions. -
Uses of RandomString in net.bytebuddy.dynamic.loading
Fields in net.bytebuddy.dynamic.loading declared as RandomStringModifier and TypeFieldDescriptionprivate final RandomString
ClassInjector.UsingInstrumentation.randomString
A random string generator for creating file names.Constructors in net.bytebuddy.dynamic.loading with parameters of type RandomStringModifierConstructorDescriptionprotected
UsingInstrumentation
(File folder, ClassInjector.UsingInstrumentation.Target target, Instrumentation instrumentation, RandomString randomString) Creates an instrumentation-based class injector. -
Uses of RandomString in net.bytebuddy.implementation.auxiliary
Fields in net.bytebuddy.implementation.auxiliary declared as RandomStringModifier and TypeFieldDescriptionprivate final RandomString
AuxiliaryType.NamingStrategy.SuffixingRandom.randomString
An instance for creating random values.
SuffixingRandom(String, Suffixing.BaseNameResolver, String, RandomString)
.