public static interface Advice.OffsetMapping.ForOrigin.Renderer
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForConstantValue
A renderer for a constant value. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptor
A renderer for a method descriptor. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignature
A renderer for a method's Java signature in binary form. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForMethodName
A renderer for a method's internal name. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName
A renderer for a property name. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeName
A renderer for a method's return type in binary form. 
 | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForStringRepresentation
A renderer for a method's  
Object.toString() representation. | 
static class  | 
Advice.OffsetMapping.ForOrigin.Renderer.ForTypeName
A renderer for a method declaring type's binary name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
apply(TypeDescription instrumentedType,
     MethodDescription instrumentedMethod)
Returns a string representation for this renderer. 
 | 
String apply(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.Copyright © 2014–2023. All rights reserved.