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 RandomStringNamingStrategy.PrefixingRandom.randomStringA seed generator.private final RandomStringNamingStrategy.SuffixingRandom.randomStringAn 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.langpackage 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 RandomStringCachedReturnPlugin.randomStringA 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 RandomStringClassInjector.UsingInstrumentation.randomStringA random string generator for creating file names.Constructors in net.bytebuddy.dynamic.loading with parameters of type RandomStringModifierConstructorDescriptionprotectedUsingInstrumentation(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 RandomStringAuxiliaryType.NamingStrategy.SuffixingRandom.randomStringAn instance for creating random values.
SuffixingRandom(String, NamingStrategy.Suffixing.BaseNameResolver, String, RandomString).