Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Method and Description |
---|---|
protected ToStringMethod.PrefixResolver.Default |
ToStringPlugin.Enhance.Prefix.getPrefixResolver()
Returns the prefix resolver to use.
|
Modifier and Type | Method and Description |
---|---|
static ToStringMethod.PrefixResolver.Default |
ToStringMethod.PrefixResolver.Default.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToStringMethod.PrefixResolver.Default[] |
ToStringMethod.PrefixResolver.Default.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2023. All rights reserved.