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.Methods in net.bytebuddy.implementation that return MethodCall.MethodLocator Modifier and Type Method Description MethodCall.MethodLocator
MethodCall.MethodLocator.Factory. make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type.MethodCall.MethodLocator
MethodCall.MethodLocator.ForElementMatcher.Factory. make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type.MethodCall.MethodLocator
MethodCall.MethodLocator.ForExplicitMethod. make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type.MethodCall.MethodLocator
MethodCall.MethodLocator.ForInstrumentedMethod. make(TypeDescription instrumentedType)
Creates a method locator for a given instrumented type.
-