| 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  | FieldProxy.Binder.FieldLocator.Resolution.ResolvedA resolution for a successfully located field. | 
| protected static class  | FieldProxy.Binder.FieldLocator.Resolution.UnresolvedA resolution for a non-located field. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract FieldProxy.Binder.FieldLocator.Resolution | FieldProxy.Binder.FieldLocator.LookupStrategy. resolve(TypeDescription instrumentedType,
       boolean staticMethod)Locates a field if possible and returns a corresponding resolution. | 
| protected FieldProxy.Binder.FieldLocator.Resolution | FieldProxy.Binder.FieldLocator.LookupStrategy.Illegal. resolve(TypeDescription instrumentedType,
       boolean staticMethod) | 
| protected FieldProxy.Binder.FieldLocator.Resolution | FieldProxy.Binder.FieldLocator.LookupStrategy.ForHierarchy. resolve(TypeDescription instrumentedType,
       boolean staticMethod) | 
| protected FieldProxy.Binder.FieldLocator.Resolution | FieldProxy.Binder.FieldLocator.LookupStrategy.ForExplicitType. resolve(TypeDescription instrumentedType,
       boolean staticMethod) | 
Copyright © 2014–2016. All rights reserved.