public static interface Advice.OffsetMapping.ForOrigin.Renderer
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForConstantValueA renderer for a constant value. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptorA renderer for a method descriptor. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignatureA renderer for a method's Java signature in binary form. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForMethodNameA renderer for a method's internal name. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyNameA renderer for a property name. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeNameA renderer for a method's return type in binary form. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForStringRepresentationA renderer for a method's  Object.toString()representation. | 
| static class  | Advice.OffsetMapping.ForOrigin.Renderer.ForTypeNameA 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–2025. All rights reserved.