| Package | Description | 
|---|---|
| net.bytebuddy.implementation.bind.annotation | This package contains annotations, types and classes that are responsible for binding a method to calling another
 method by interpreting annotations that indicate how a method should be bound to another method. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FieldValue.Binder.FieldLocator.ForFieldInHierarchyAttempts to locate a field within a type's hierarchy. | 
| protected static class  | FieldValue.Binder.FieldLocator.ForSpecificTypeLocates a field only within a given type. | 
| protected static class  | FieldValue.Binder.FieldLocator.ImpossibleA field locator that never locates a field. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static FieldValue.Binder.FieldLocator | FieldValue.Binder.FieldLocator. of(TypeDescription typeDescription,
  TypeDescription instrumentedType)Creates a field locator for the given type and instrumented type. | 
| protected static FieldValue.Binder.FieldLocator | FieldValue.Binder.FieldLocator.ForSpecificType. of(TypeDescription typeDescription,
  TypeDescription instrumentedType)Creates a field locator that locates a field within the given type only if that type is within the
 instrumented type's type hierarchy. | 
Copyright © 2014–2015. All rights reserved.