Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodLocator.Factory
Packages that use MethodCall.MethodLocator.Factory
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.MethodLocator.Factory in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.MethodLocator.FactoryModifier and TypeClassDescriptionstatic classA factory for a method locator that uses a matcher on the instrumented type's available methods for identifing a target method.static classInvokes a given method.static enumA method locator that simply returns the intercepted method.Fields in net.bytebuddy.implementation declared as MethodCall.MethodLocator.FactoryModifier and TypeFieldDescriptionprotected final MethodCall.MethodLocator.FactoryMethodCall.methodLocatorThe method locator to use.Methods in net.bytebuddy.implementation with parameters of type MethodCall.MethodLocator.FactoryModifier and TypeMethodDescriptionMethodCall.invoke(MethodCall.MethodLocator.Factory methodLocator) Invokes a method using the provided method locator.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.MethodLocator.FactoryModifierConstructorDescriptionprotectedMethodCall(MethodCall.MethodLocator.Factory methodLocator, MethodCall.TargetHandler.Factory targetHandler, List<MethodCall.ArgumentLoader.Factory> argumentLoaders, MethodCall.MethodInvoker.Factory methodInvoker, MethodCall.TerminationHandler.Factory terminationHandler, Assigner assigner, Assigner.Typing typing) Creates a new method call implementation.protectedWithoutSpecifiedTarget(MethodCall.MethodLocator.Factory methodLocator) Creates a new method call without a specified target.