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.LookupEngine.ForExplicitType
Represents a lookup engine that tries to find a field for a given type.
|
protected static class |
FieldProxy.Binder.FieldLocator.LookupEngine.ForHierarchy
Represents a lookup engine that tries to find the most specific field in a class hierarchy.
|
protected static class |
FieldProxy.Binder.FieldLocator.LookupEngine.Illegal
Represents a lookup engine that can only produce illegal look-ups.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FieldProxy.Binder.FieldLocator.LookupEngine |
FieldProxy.Binder.FieldLocator.lookup(TypeDescription typeDescription,
TypeDescription instrumentedType)
Locates a field of a given name on a specific type.
|
protected FieldProxy.Binder.FieldLocator.LookupEngine |
FieldProxy.Binder.FieldLocator.Legal.lookup(TypeDescription typeDescription,
TypeDescription instrumentedType) |
protected FieldProxy.Binder.FieldLocator.LookupEngine |
FieldProxy.Binder.FieldLocator.Illegal.lookup(TypeDescription typeDescription,
TypeDescription instrumentedType) |
Copyright © 2014–2016. All rights reserved.