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
CodeAttributesExtractorto obtain the various code attributes in a type-generic way.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>codeClass(REQUEST request)StringmethodName(REQUEST request)
-