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 | Class and Description |
---|---|
static class |
MethodDelegationBinder.MethodBinding.Illegal
Representation of an attempt to bind a source method to a target method that is not applicable.
|
Modifier and Type | Method and Description |
---|---|
MethodDelegationBinder.MethodBinding |
MethodDelegationBinder.bind(TypeDescription instrumentedType,
MethodDescription source,
MethodDescription target)
Attempts a binding of a source method to a given target method.
|
MethodDelegationBinder.MethodBinding |
MethodDelegationBinder.MethodBinding.Builder.build(StackManipulation returnValueStackManipulation)
Creates a binding that represents the bindings collected by this
Builder. |
MethodDelegationBinder.MethodBinding |
MethodDelegationBinder.Processor.process(TypeDescription instrumentedType,
MethodDescription source,
Iterable<? extends MethodDescription> targets) |
Modifier and Type | Method and Description |
---|---|
MethodDelegationBinder.MethodBinding |
TargetMethodAnnotationDrivenBinder.bind(TypeDescription instrumentedType,
MethodDescription source,
MethodDescription target) |
Modifier and Type | Method and Description |
---|---|
MethodDelegationBinder.AmbiguityResolver.Resolution |
BindingPriority.Resolver.resolve(MethodDescription source,
MethodDelegationBinder.MethodBinding left,
MethodDelegationBinder.MethodBinding right) |
Copyright © 2014. All rights reserved.