public static interface ToStringMethod.PrefixResolver
Object.toString() implementation.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ToStringMethod.PrefixResolver.Default
Default implementations for a prefix resolver. 
 | 
static class  | 
ToStringMethod.PrefixResolver.ForFixedValue
A prefix resolver that returns a fixed value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
resolve(TypeDescription instrumentedType)
Resolves the prefixed value. 
 | 
@MaybeNull String resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2023. All rights reserved.