Uses of Interface
net.bytebuddy.implementation.MethodCall.TargetHandler.Resolved
Packages that use MethodCall.TargetHandler.Resolved
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.TargetHandler.Resolved in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TargetHandler.ResolvedModifier and TypeClassDescriptionstatic class
Invokes a method in order to construct a new instance.static class
Creates a target handler that stores the instance to invoke a method on in an instance field.protected static class
A resolved target handler for a method call.protected static class
A resolved target handler for a method parameter.protected static class
A resolved target handler for a static or self-declared invocation.static class
A target handler that invokes a method on an instance that is stored in a static field.static class
A simple target handler that applies a given stack manipulation.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.ResolvedModifier and TypeFieldDescriptionprivate final MethodCall.TargetHandler.Resolved
MethodCall.ArgumentLoader.ForMethodCall.targetHandler
The resolved target handler to use.private final MethodCall.TargetHandler.Resolved
MethodCall.TargetHandler.ForMethodCall.Resolved.targetHandler
The target handler to use.Methods in net.bytebuddy.implementation that return MethodCall.TargetHandler.ResolvedModifier and TypeMethodDescriptionMethodCall.TargetHandler.ForConstructingInvocation.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.ForField.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.ForMethodCall.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.ForMethodParameter.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.ForSelfOrStaticInvocation.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.ForValue.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.MethodCall.TargetHandler.Simple.resolve
(MethodDescription instrumentedMethod) Resolves this target handler.Methods in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.ResolvedModifier and TypeMethodDescriptionprotected MethodDescription
MethodCall.Appender.toInvokedMethod
(MethodDescription instrumentedMethod, MethodCall.TargetHandler.Resolved targetHandler) Resolves this appender to the method being invoked.protected StackManipulation
MethodCall.Appender.toStackManipulation
(MethodDescription instrumentedMethod, MethodDescription invokedMethod, MethodCall.TargetHandler.Resolved targetHandler) Resolves this appender to a stack manipulation.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.ResolvedModifierConstructorDescriptionForMethodCall
(MethodCall.Appender appender, MethodDescription methodDescription, MethodDescription instrumentedMethod, MethodCall.TargetHandler.Resolved targetHandler) Creates a new argument loader for loading a method call's return value.protected
Resolved
(MethodCall.Appender appender, MethodDescription methodDescription, MethodDescription instrumentedMethod, MethodCall.TargetHandler.Resolved targetHandler) Creates a resolved target handler for a method call.