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 classLoads the value of an existing field onto the operand stack.static classLoads a value onto the operand stack that is stored in a static field.static classLoads the instrumented type onto the operand stack.static classLoads the return value of a method call onto the operand stack.static classLoads a parameter of the instrumented method onto the operand stack.static classLoads an array containing all arguments of a method.static classAn argument loader that loads an element of a parameter of an array type.static enumAn argument loader that loads thenullvalue onto the operand stack.static classLoads a stack manipulation resulting in a specific type as an argument.static classAn argument loader that assigns thethisreference 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.