Interface InstrumentationService
public interface InstrumentationService
The SPI service entry point for instrumentation.
-
Method Summary
Modifier and TypeMethodDescriptionmethodKeyForTarget(Method targetMethod) newInstrumenter(String classNameSuffix, Map<MethodKey, Method> instrumentationMethods)
-
Method Details
-
newInstrumenter
-
methodKeyForTarget
- Returns:
- a
MethodKeysuitable for looking up the giventargetMethodin the entitlements trampoline
-