| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MethodCall.ArgumentLoader.ForFieldLoads the value of an existing field onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForInstanceLoads a value onto the operand stack that is stored in a static field. | 
| static class  | MethodCall.ArgumentLoader.ForInstrumentedTypeLoads the instrumented type onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForMethodCallLoads the return value of a method call onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForMethodParameterLoads a parameter of the instrumented method onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForMethodParameterArrayLoads an array containing all arguments of a method. | 
| static class  | MethodCall.ArgumentLoader.ForMethodParameterArrayElementAn argument loader that loads an element of a parameter of an array type. | 
| static class  | MethodCall.ArgumentLoader.ForNullConstantAn argument loader that loads the  nullvalue onto the operand stack. | 
| static class  | MethodCall.ArgumentLoader.ForStackManipulationLoads a stack manipulation resulting in a specific type as an argument. | 
| static class  | MethodCall.ArgumentLoader.ForThisReferenceAn argument loader that assigns the  thisreference to a parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ArgumentProvider. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForNullConstant. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForThisReference. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForInstrumentedType. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodParameter.Factory. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForInstance. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForField.ArgumentProvider. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForMethodCall.ArgumentProvider. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
| List<MethodCall.ArgumentLoader> | MethodCall.ArgumentLoader.ForStackManipulation. resolve(MethodDescription instrumentedMethod,
       MethodDescription invokedMethod)Resolves this provider to an argument loader for each provided argument. | 
Copyright © 2014–1970. All rights reserved.