Package | Description |
---|---|
net.bytebuddy.implementation.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
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.
|
Constructor and Description |
---|
Processor(MethodDelegationBinder methodDelegationBinder,
MethodDelegationBinder.AmbiguityResolver ambiguityResolver)
Creates a new processor for a method delegation binder.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetMethodAnnotationDrivenBinder
This
MethodDelegationBinder binds
method by analyzing annotations found on the target method that is subject to a method binding. |
Copyright © 2014–2015. All rights reserved.