Interface MethodCall.MethodLocator.Factory

All Known Implementing Classes:
MethodCall.MethodLocator.ForElementMatcher.Factory, MethodCall.MethodLocator.ForExplicitMethod, MethodCall.MethodLocator.ForInstrumentedMethod
Enclosing interface:
MethodCall.MethodLocator

public static interface MethodCall.MethodLocator.Factory
A factory for creating a method locator.
  • Method Summary

    Modifier and Type
    Method
    Description
    make(TypeDescription instrumentedType)
    Creates a method locator for a given instrumented type.
  • Method Details

    • make

      MethodCall.MethodLocator make(TypeDescription instrumentedType)
      Creates a method locator for a given instrumented type.
      Parameters:
      instrumentedType - The instrumented type.
      Returns:
      A suitable method locator.