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 classA method locator that identifies a unique virtual method.static classInvokes a given method.static enumA method locator that simply returns the intercepted method.Fields in net.bytebuddy.implementation declared as MethodCall.MethodLocatorModifier and TypeFieldDescriptionprivate final MethodCall.MethodLocatorMethodCall.Appender.methodLocatorThe 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.