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 |
---|---|
java.lang.String |
resolve(TypeDescription instrumentedType)
Resolves the prefixed value.
|
java.lang.String resolve(TypeDescription instrumentedType)
instrumentedType
- The instrumented type.