exactMatcher

fun exactMatcher(targets: List<Method>): ElementMatcher<MethodDescription>

Exactly the resolved methods, by runtime name + descriptor. Deduped because copies of one class on several loaders yield the same pair, and one term matches them all.