| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FieldAccessor.ForSetter.OfConstantValueAn instrumentation that sets a constant value to a field. | 
| protected static class  | FieldAccessor.ForSetter.OfDefaultValueA setter instrumentation that sets a  nullor a primitive type's default value. | 
| protected static class  | FieldAccessor.ForSetter.OfFieldValueA setter that reads a value of another field and sets this value. | 
| protected static class  | FieldAccessor.ForSetter.OfParameterValueA setter instrumentation for a parameter value. | 
| protected static class  | FieldAccessor.ForSetter.OfReferenceValueAn instrumentation that sets a field to a reference value that is stored in a static field of the instrumented type. | 
Copyright © 2014–2024. All rights reserved.