| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FixedValue.ForArgumentA fixed value implementation that returns a method's argument. | 
| protected static class  | FixedValue.ForConstantValueA fixed value implementation that represents its fixed value as a constant pool value or a byte code instruction. | 
| protected static class  | FixedValue.ForOriginTypeA fixed value that appends the origin type of the instrumented type. | 
| protected static class  | FixedValue.ForThisValueA fixed value of  this. | 
| protected static class  | FixedValue.ForValueA fixed value implementation that represents its fixed value as a static field of the instrumented class. | 
Copyright © 2014–2025. All rights reserved.