| 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.ForNamedField
Implementation of a field accessor implementation where the field name is given explicitly. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldAccessor.FieldDefinable | 
FieldAccessor.ofField(String name)
Defines a field accessor where any access is targeted to a field named  
name. | 
Copyright © 2014–2015. All rights reserved.