| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ToStringMethod.PrefixResolver.DefaultDefault implementations for a prefix resolver. | 
| static class  | ToStringMethod.PrefixResolver.ForFixedValueA prefix resolver that returns a fixed value. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ToStringMethod | ToStringMethod. prefixedBy(ToStringMethod.PrefixResolver prefixResolver)Creates a  Object.toString()implementation that is prefixed by the string that is supplied by the given prefix resolver. | 
| Constructor and Description | 
|---|
| ToStringMethod(ToStringMethod.PrefixResolver prefixResolver)Creates a new  toStringimplementation. | 
Copyright © 2014–2023. All rights reserved.