Uses of Interface
net.bytebuddy.implementation.MethodCall.TargetHandler
Packages that use MethodCall.TargetHandler
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.TargetHandler in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TargetHandlerModifier and TypeClassDescriptionstatic classInvokes a method in order to construct a new instance.static classCreates a target handler that stores the instance to invoke a method on in an instance field.static classA target handler that executes the method and uses it's return value as the target object.static classA target handler that loads the parameter of the given index as the target object.static classA target handler that invokes a method either on the instance of the instrumented type or as a static method.static classA target handler that invokes a method on an instance that is stored in a static field.static classA simple target handler that applies a given stack manipulation.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandlerModifier and TypeFieldDescriptionprivate final MethodCall.TargetHandlerMethodCall.Appender.targetHandlerThe target handler to use.Methods in net.bytebuddy.implementation that return MethodCall.TargetHandlerModifier and TypeMethodDescriptionMethodCall.TargetHandler.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForConstructingInvocation.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForField.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForMethodCall.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForMethodParameter.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.ForValue.Factory.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.MethodCall.TargetHandler.Simple.make(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.