Uses of Enum Class
net.bytebuddy.implementation.ToStringMethod.PrefixResolver.Default
Packages that use ToStringMethod.PrefixResolver.Default
Package
Description
A package for types that allow for applying Byte Buddy transformation during a build process.
The implementation package contains any logic for intercepting method calls.
-
Uses of ToStringMethod.PrefixResolver.Default in net.bytebuddy.build
Fields in net.bytebuddy.build declared as ToStringMethod.PrefixResolver.DefaultModifier and TypeFieldDescriptionprivate final ToStringMethod.PrefixResolver.Default
ToStringPlugin.Enhance.Prefix.prefixResolver
The prefix resolver to use.Methods in net.bytebuddy.build that return ToStringMethod.PrefixResolver.DefaultModifier and TypeMethodDescriptionprotected ToStringMethod.PrefixResolver.Default
ToStringPlugin.Enhance.Prefix.getPrefixResolver()
Returns the prefix resolver to use.Constructors in net.bytebuddy.build with parameters of type ToStringMethod.PrefixResolver.DefaultModifierConstructorDescriptionprivate
Prefix
(ToStringMethod.PrefixResolver.Default prefixResolver) Creates a new prefix. -
Uses of ToStringMethod.PrefixResolver.Default in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return ToStringMethod.PrefixResolver.DefaultModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ToStringMethod.PrefixResolver.Default.values()
Returns an array containing the constants of this enum class, in the order they are declared.