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.
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays.-
Uses of RandomString in net.bytebuddy
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.dynamic.loading
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.
SuffixingRandom(String, NamingStrategy.Suffixing.BaseNameResolver, String, RandomString).