Uses of Class
net.bytebuddy.build.ToStringPlugin.Enhance.Prefix
-
Packages that use ToStringPlugin.Enhance.Prefix Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of ToStringPlugin.Enhance.Prefix in net.bytebuddy.build
Methods in net.bytebuddy.build that return ToStringPlugin.Enhance.Prefix Modifier and Type Method Description ToStringPlugin.Enhance.Prefix
prefix()
Determines the prefix to be used for the string representation prior to adding field values.static ToStringPlugin.Enhance.Prefix
ToStringPlugin.Enhance.Prefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ToStringPlugin.Enhance.Prefix[]
ToStringPlugin.Enhance.Prefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-