Uses of Class
net.bytebuddy.implementation.MethodCall.Appender
-
Packages that use MethodCall.Appender Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.Appender in net.bytebuddy.implementation
Constructors in net.bytebuddy.implementation with parameters of type MethodCall.Appender Constructor Description ArgumentProvider(MethodCall.Appender appender)
Creates a new argument provider for a method call.ForMethodCall(MethodCall.Appender appender, MethodDescription methodDescription, MethodDescription instrumentedMethod, MethodCall.TargetHandler.Resolved targetHandler)
Creates a new argument loader for loading a method call's return value.ForMethodCall(MethodCall.Appender appender)
Creates a new target handler for another method call.Resolved(MethodCall.Appender appender, MethodDescription methodDescription, MethodDescription instrumentedMethod, MethodCall.TargetHandler.Resolved targetHandler)
Creates a resolved target handler for a method call.
-