Package net.bytebuddy.implementation
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 TypeMethodDescriptionmake
(TypeDescription instrumentedType) Creates a method locator for a given instrumented type.
-
Method Details
-
make
Creates a method locator for a given instrumented type.- Parameters:
instrumentedType
- The instrumented type.- Returns:
- A suitable method locator.
-