Uses of Interface
net.bytebuddy.implementation.MethodCall.ArgumentLoader.ArgumentProvider
-
Packages that use MethodCall.ArgumentLoader.ArgumentProvider Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.ArgumentLoader.ArgumentProvider in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.ArgumentLoader.ArgumentProvider Modifier and Type Class Description protected static class
MethodCall.ArgumentLoader.ForField.ArgumentProvider
An argument provider for a field access.static class
MethodCall.ArgumentLoader.ForInstance
Loads a value onto the operand stack that is stored in a static field.static class
MethodCall.ArgumentLoader.ForInstrumentedType
Loads the instrumented type onto the operand stack.protected static class
MethodCall.ArgumentLoader.ForMethodCall.ArgumentProvider
An argument provider for a method call.protected static class
MethodCall.ArgumentLoader.ForMethodParameter.Factory
A factory for an argument loader that supplies a method parameter as an argument.protected static class
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod
A factory for argument loaders that supplies all arguments of the instrumented method as arguments.static class
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod
A factory that creates an arguments loader that loads all parameters of the instrumented method contained in an array.static class
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod
An argument loader factory that loads an array element from a parameter for each argument of the invoked method.static class
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter
Creates an argument loader for an array element that of a specific parameter.static class
MethodCall.ArgumentLoader.ForNullConstant
An argument loader that loads thenull
value onto the operand stack.static class
MethodCall.ArgumentLoader.ForStackManipulation
Loads a stack manipulation resulting in a specific type as an argument.static class
MethodCall.ArgumentLoader.ForThisReference
An argument loader that assigns thethis
reference to a parameter.Fields in net.bytebuddy.implementation with type parameters of type MethodCall.ArgumentLoader.ArgumentProvider Modifier and Type Field Description private java.util.List<MethodCall.ArgumentLoader.ArgumentProvider>
MethodCall.Appender. argumentProviders
The argument providers to use.Methods in net.bytebuddy.implementation that return MethodCall.ArgumentLoader.ArgumentProvider Modifier and Type Method Description MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForField.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForInstance.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForInstrumentedType.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodCall.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodParameter.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForNullConstant. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForStackManipulation. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProvider
MethodCall.ArgumentLoader.ForThisReference.Factory. make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.
-