Uses of Class
net.bytebuddy.NamingStrategy.Suffixing
Packages that use NamingStrategy.Suffixing
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
-
Uses of NamingStrategy.Suffixing in net.bytebuddy
Subclasses of NamingStrategy.Suffixing in net.bytebuddyModifier and TypeClassDescriptionstatic class
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.