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 TypeMethodDescriptionClass<?> getCodeClass(REQUEST request) getMethodName(REQUEST request)
-
Method Details
-
getCodeClass
-
getMethodName
-