Package net.bytebuddy.implementation
Interface MethodCall.ArgumentLoader.Factory
- All Superinterfaces:
InstrumentedType.Prepareable
- All Known Implementing Classes:
MethodCall.ArgumentLoader.ForField.Factory
,MethodCall.ArgumentLoader.ForInstance.Factory
,MethodCall.ArgumentLoader.ForInstrumentedType.Factory
,MethodCall.ArgumentLoader.ForMethodCall.Factory
,MethodCall.ArgumentLoader.ForMethodParameter.Factory
,MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod
,MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod
,MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod
,MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter
,MethodCall.ArgumentLoader.ForNullConstant
,MethodCall.ArgumentLoader.ForStackManipulation
,MethodCall.ArgumentLoader.ForThisReference.Factory
- Enclosing interface:
- MethodCall.ArgumentLoader
A factory that produces
MethodCall.ArgumentLoader
s for a given instrumented method.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
InstrumentedType.Prepareable.NoOp
-
Method Summary
Modifier and TypeMethodDescriptionmake
(Implementation.Target implementationTarget) Creates an argument provider for the supplied implementation target.Methods inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
prepare
-
Method Details
-
make
Creates an argument provider for the supplied implementation target.- Parameters:
implementationTarget
- The implementation target to use.- Returns:
- An appropriate argument provider.
-