Uses of Interface
net.bytebuddy.implementation.MethodCall.ArgumentLoader
Packages that use MethodCall.ArgumentLoader
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.ArgumentLoader in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.ArgumentLoaderModifier and TypeClassDescriptionstatic class
Loads the value of an existing field onto the operand stack.static class
Loads a value onto the operand stack that is stored in a static field.static class
Loads the instrumented type onto the operand stack.static class
Loads the return value of a method call onto the operand stack.static class
Loads a parameter of the instrumented method onto the operand stack.static class
Loads an array containing all arguments of a method.static class
An argument loader that loads an element of a parameter of an array type.static enum
An argument loader that loads thenull
value onto the operand stack.static class
Loads a stack manipulation resulting in a specific type as an argument.static class
An argument loader that assigns thethis
reference to a parameter.Methods in net.bytebuddy.implementation that return types with arguments of type MethodCall.ArgumentLoaderModifier and TypeMethodDescriptionMethodCall.ArgumentLoader.ArgumentProvider.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForField.ArgumentProvider.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForInstance.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForInstrumentedType.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodCall.ArgumentProvider.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodParameter.Factory.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForNullConstant.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForStackManipulation.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.MethodCall.ArgumentLoader.ForThisReference.resolve
(MethodDescription instrumentedMethod, MethodDescription invokedMethod) Resolves this provider to an argument loader for each provided argument.