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 classMethodCall.MethodLocator.ForElementMatcherA method locator that identifies a unique virtual method.static classMethodCall.MethodLocator.ForExplicitMethodInvokes a given method.static classMethodCall.MethodLocator.ForInstrumentedMethodA method locator that simply returns the intercepted method.Fields in net.bytebuddy.implementation declared as MethodCall.MethodLocator Modifier and Type Field Description private MethodCall.MethodLocatorMethodCall.Appender. methodLocatorThe method locator to use.Methods in net.bytebuddy.implementation that return MethodCall.MethodLocator Modifier and Type Method Description MethodCall.MethodLocatorMethodCall.MethodLocator.Factory. make(TypeDescription instrumentedType)Creates a method locator for a given instrumented type.MethodCall.MethodLocatorMethodCall.MethodLocator.ForElementMatcher.Factory. make(TypeDescription instrumentedType)Creates a method locator for a given instrumented type.MethodCall.MethodLocatorMethodCall.MethodLocator.ForExplicitMethod. make(TypeDescription instrumentedType)Creates a method locator for a given instrumented type.MethodCall.MethodLocatorMethodCall.MethodLocator.ForInstrumentedMethod. make(TypeDescription instrumentedType)Creates a method locator for a given instrumented type.
-