Interface CodeAttributesGetter<REQUEST>
public interface CodeAttributesGetter<REQUEST>
An interface for getting code attributes.
Instrumentation authors will create implementations of this interface for their specific
library/framework. It will be used by the CodeAttributesExtractor to obtain the various
code attributes in a type-generic way.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<?>Deprecated.default Class<?>getCodeClass(REQUEST request) default StringgetMethodName(REQUEST request) default StringmethodName(REQUEST request) Deprecated.UsegetMethodName(Object)instead.
-
Method Details
-
getCodeClass
-
codeClass
Deprecated.UsegetCodeClass(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getMethodName
-
methodName
Deprecated.UsegetMethodName(Object)instead.This method is deprecated and will be removed in the subsequent release.
-
getCodeClass(Object)instead.