Uses of Interface
net.bytebuddy.implementation.MethodCall.MethodLocator
Packages that use MethodCall.MethodLocator
Package
Description
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.MethodLocatorModifier and TypeClassDescriptionstatic class
A method locator that identifies a unique virtual 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.MethodLocatorModifier and TypeFieldDescriptionprivate final MethodCall.MethodLocator
MethodCall.Appender.methodLocator
The method locator to use.Methods in net.bytebuddy.implementation that return MethodCall.MethodLocatorModifier and TypeMethodDescriptionMethodCall.MethodLocator.Factory.make
(TypeDescription instrumentedType) Creates a method locator for a given instrumented type.MethodCall.MethodLocator.ForElementMatcher.Factory.make
(TypeDescription instrumentedType) Creates a method locator for a given instrumented type.MethodCall.MethodLocator.ForExplicitMethod.make
(TypeDescription instrumentedType) Creates a method locator for a given instrumented type.MethodCall.MethodLocator.ForInstrumentedMethod.make
(TypeDescription instrumentedType) Creates a method locator for a given instrumented type.