public static interface ToStringMethod.PrefixResolver
Object.toString() implementation.| Modifier and Type | Interface 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 | 
|---|---|
| String | resolve(TypeDescription instrumentedType)Resolves the prefixed value. | 
@MaybeNull String resolve(TypeDescription instrumentedType)
instrumentedType - The instrumented type.Copyright © 2014–2022. All rights reserved.