Uses of Class
net.bytebuddy.utility.RandomString
-
Packages that use RandomString 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 bybyte
arrays.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType
. -
-
Uses of RandomString in net.bytebuddy
Fields in net.bytebuddy declared as RandomString Modifier and Type Field Description private RandomString
NamingStrategy.PrefixingRandom. randomString
A seed generator.private RandomString
NamingStrategy.SuffixingRandom. randomString
An instance for creating random seed values.Constructors in net.bytebuddy with parameters of type RandomString Constructor Description SuffixingRandom(java.lang.String suffix, NamingStrategy.Suffixing.BaseNameResolver baseNameResolver, java.lang.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. -
Uses of RandomString in net.bytebuddy.build
Fields in net.bytebuddy.build declared as RandomString Modifier and Type Field Description private 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 RandomString Modifier and Type Field Description private RandomString
ClassInjector.UsingInstrumentation. randomString
A random string generator for creating file names.Constructors in net.bytebuddy.dynamic.loading with parameters of type RandomString Constructor Description UsingInstrumentation(java.io.File folder, ClassInjector.UsingInstrumentation.Target target, java.lang.instrument.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 RandomString Modifier and Type Field Description private RandomString
AuxiliaryType.NamingStrategy.SuffixingRandom. randomString
An instance for creating random values.
-