Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodLocator
-
Packages that use MethodCall.MethodLocator Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.MethodLocator in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.MethodLocator Modifier and Type Class Description static class
MethodCall.MethodLocator.ForElementMatcher
A method locator that identifies a unique virtual method.static class
MethodCall.MethodLocator.ForExplicitMethod
Invokes a given method.static class
MethodCall.MethodLocator.ForInstrumentedMethod
A method locator that simply returns the intercepted method.Fields in net.bytebuddy.implementation declared as MethodCall.MethodLocator Modifier and Type Field Description protected MethodCall.MethodLocator
MethodCall. methodLocator
The method locator to use.Methods in net.bytebuddy.implementation with parameters of type MethodCall.MethodLocator Modifier and Type Method Description static MethodCall.WithoutSpecifiedTarget
MethodCall. invoke(MethodCall.MethodLocator methodLocator)
Invokes a method using the provided method locator.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.MethodLocator Constructor Description MethodCall(MethodCall.MethodLocator methodLocator, MethodCall.TargetHandler targetHandler, java.util.List<MethodCall.ArgumentLoader.Factory> argumentLoaders, java.util.List<InstrumentedType.Prepareable> preparables, MethodCall.MethodInvoker methodInvoker, MethodCall.TerminationHandler.Factory terminationHandler, Assigner assigner, Assigner.Typing typing)
Creates a new method call implementation.WithoutSpecifiedTarget(MethodCall.MethodLocator methodLocator)
Creates a new method call without a specified target.
-