| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldAccessor.ForNamedField.PreparationHandler.FieldDefinerA preparation handler that actually defines a field on an instrumented type. | 
| static class  | FieldAccessor.ForNamedField.PreparationHandler.NoOpA non-operational preparation handler that does not alter the field. | 
| Modifier and Type | Method and Description | 
|---|---|
| static FieldAccessor.ForNamedField.PreparationHandler | FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner. of(String name,
  TypeDescription typeDescription,
  ModifierContributor.ForField... contributor)Creates a new preparation handler that defines a given field. | 
Copyright © 2014–2015. All rights reserved.