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