| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldAccessor.FieldLocator.ForGivenType.FactoryA factory for a field locator locating given type. | 
| static class  | FieldAccessor.FieldLocator.ForInstrumentedTypeA factory that only looks up fields in the instrumented type. | 
| static class  | FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.FactoryA field locator factory creating a
  FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldAccessor.AssignerConfigurable | FieldAccessor.OwnerTypeLocatable. in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory)Determines that a field should only be considered when it was identified by a field locator that is
 produced by the given factory. | 
| FieldAccessor.AssignerConfigurable | FieldAccessor.ForUnnamedField. in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) | 
| FieldAccessor.AssignerConfigurable | FieldAccessor.ForNamedField. in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) | 
| Constructor and Description | 
|---|
| ForUnnamedField(Assigner assigner,
               boolean dynamicallyTyped,
               FieldAccessor.FieldNameExtractor fieldNameExtractor,
               FieldAccessor.FieldLocator.Factory fieldLocatorFactory)Creates a new field accessor implementation. | 
Copyright © 2014–2015. All rights reserved.