Uses of Class
net.bytebuddy.NamingStrategy.AbstractBase
-
Packages that use NamingStrategy.AbstractBase Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program. -
-
Uses of NamingStrategy.AbstractBase in net.bytebuddy
Subclasses of NamingStrategy.AbstractBase in net.bytebuddy Modifier and Type Class Description static class
NamingStrategy.PrefixingRandom
A naming strategy that creates a name by prefixing a given class and its package with another package and by appending a random number to the class's simple name.static class
NamingStrategy.SuffixingRandom
A naming strategy that creates a name by concatenating: The super classes package and name A given suffix string A random number Between all these elements, a$
sign is included into the name to improve readability.
-