Class MethodCall.MethodLocator.ForElementMatcher

    • Constructor Detail

      • ForElementMatcher

        protected ForElementMatcher​(TypeDescription instrumentedType,
                                    ElementMatcher<? super MethodDescription> matcher,
                                    MethodGraph.Compiler methodGraphCompiler)
        Creates a new method locator for an element matcher.
        Parameters:
        instrumentedType - The instrumented type.
        matcher - The matcher to use.
        methodGraphCompiler - The method graph compiler to use.