| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | FieldAccessor.AssignerConfigurableA field accessor that can be configured to use a given assigner and runtime type use configuration. | 
| static interface  | FieldAccessor.OwnerTypeLocatableA field accessor that can be configured to locate a field in a specific manner. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FieldAccessor.ForImplicitPropertyA field accessor for an implicit property where a getter or setter property is inferred from the signature. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldAccessor.PropertyConfigurable | FieldAccessor.AssignerConfigurable. withAssigner(Assigner assigner,
            Assigner.Typing typing)Returns a field accessor that is identical to this field accessor but uses the given assigner
 and runtime type use configuration. | 
| FieldAccessor.PropertyConfigurable | FieldAccessor.ForImplicitProperty. withAssigner(Assigner assigner,
            Assigner.Typing typing)Returns a field accessor that is identical to this field accessor but uses the given assigner
 and runtime type use configuration. | 
Copyright © 2014–2025. All rights reserved.