Uses of Enum
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.DefaultToStringPlugin.Enhance.Prefix.prefixResolverThe prefix resolver to use.Methods in net.bytebuddy.build that return ToStringMethod.PrefixResolver.DefaultModifier and TypeMethodDescriptionprotected ToStringMethod.PrefixResolver.DefaultToStringPlugin.Enhance.Prefix.getPrefixResolver()Returns the prefix resolver to use.Constructors in net.bytebuddy.build with parameters of type ToStringMethod.PrefixResolver.DefaultModifierConstructorDescriptionprivatePrefix(ToStringMethod.PrefixResolver.Default prefixResolver) Creates a new prefix. -
Uses of ToStringMethod.PrefixResolver.Default in net.bytebuddy.implementation
Subclasses with type arguments of type ToStringMethod.PrefixResolver.Default in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic enumDefault implementations for a prefix resolver.Methods in net.bytebuddy.implementation that return ToStringMethod.PrefixResolver.DefaultModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ToStringMethod.PrefixResolver.Default.values()Returns an array containing the constants of this enum type, in the order they are declared.