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 |
---|---|
static class |
FieldValue.Binder.FieldLocator.Resolution.Resolved
A successfully resolved field resolution.
|
static class |
FieldValue.Binder.FieldLocator.Resolution.Unresolved
A canonical implementation of an unresolved field resolution.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FieldValue.Binder.FieldLocator.Resolution |
FieldValue.Binder.FieldLocator.resolve(String fieldName,
boolean staticMethod)
Attempts to locate a type for a given field.
|
protected FieldValue.Binder.FieldLocator.Resolution |
FieldValue.Binder.FieldLocator.ForFieldInHierarchy.resolve(String fieldName,
boolean staticMethod) |
protected FieldValue.Binder.FieldLocator.Resolution |
FieldValue.Binder.FieldLocator.ForSpecificType.resolve(String fieldName,
boolean staticMethod) |
protected FieldValue.Binder.FieldLocator.Resolution |
FieldValue.Binder.FieldLocator.Impossible.resolve(String fieldName,
boolean staticMethod) |
Copyright © 2014–2016. All rights reserved.