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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodCall.MethodLocator
make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type.
-
-
-
Method Detail
-
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.
-
-