Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and 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 the
null 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 the
this reference to a parameter. |
Modifier and Type | Method and 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.ForNullConstant.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.
|
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.ForMethodParameter.OfInstrumentedMethod.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.ForMethodParameterArray.ForInstrumentedMethod.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.ForMethodParameterArrayElement.OfInvokedMethod.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.ForField.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.ForStackManipulation.make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.
|
Copyright © 2014–2019. All rights reserved.