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 class
A factory for a method locator that uses a matcher on the instrumented type's available methods for identifing a target method.static class
Invokes a given method.static enum
A method locator that simply returns the intercepted method.Fields in net.bytebuddy.implementation declared as MethodCall.MethodLocator.FactoryModifier and TypeFieldDescriptionprotected final MethodCall.MethodLocator.Factory
MethodCall.methodLocator
The 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.FactoryModifierConstructorDescriptionprotected
MethodCall
(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.protected
WithoutSpecifiedTarget
(MethodCall.MethodLocator.Factory methodLocator) Creates a new method call without a specified target.