Package | Description |
---|---|
net.bytebuddy.instrumentation.method.bytecode.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
net.bytebuddy.instrumentation.method.bytecode.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 | Method and Description |
---|---|
MethodDelegationBinder |
MethodDelegationBinder.Processor.getMethodDelegationBinder()
Returns the
MethodDelegationBinder
used by this Processor . |
Constructor and Description |
---|
Processor(MethodDelegationBinder methodDelegationBinder,
MethodDelegationBinder.AmbiguityResolver ambiguityResolver) |
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. All rights reserved.