Uses of Interface
net.bytebuddy.implementation.bind.MethodDelegationBinder.MethodBinding
-
Packages that use MethodDelegationBinder.MethodBinding 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. -
-
Uses of MethodDelegationBinder.MethodBinding in net.bytebuddy.implementation.bind
Classes in net.bytebuddy.implementation.bind that implement MethodDelegationBinder.MethodBinding Modifier and Type Class Description protected static classMethodDelegationBinder.MethodBinding.Builder.BuildA method binding that was created by aMethodDelegationBinder.MethodBinding.Builder.static classMethodDelegationBinder.MethodBinding.IllegalRepresentation of an attempt to bind a source method to a target method that is not applicable.Methods in net.bytebuddy.implementation.bind that return MethodDelegationBinder.MethodBinding Modifier and Type Method Description MethodDelegationBinder.MethodBindingMethodDelegationBinder.Processor. bind(Implementation.Target implementationTarget, MethodDescription source, MethodDelegationBinder.TerminationHandler terminationHandler, MethodDelegationBinder.MethodInvoker methodInvoker, Assigner assigner)Attempts a binding of a source method to this compiled target.MethodDelegationBinder.MethodBindingMethodDelegationBinder.Record. bind(Implementation.Target implementationTarget, MethodDescription source, MethodDelegationBinder.TerminationHandler terminationHandler, MethodDelegationBinder.MethodInvoker methodInvoker, Assigner assigner)Attempts a binding of a source method to this compiled target.MethodDelegationBinder.MethodBindingMethodDelegationBinder.Record.Illegal. bind(Implementation.Target implementationTarget, MethodDescription source, MethodDelegationBinder.TerminationHandler terminationHandler, MethodDelegationBinder.MethodInvoker methodInvoker, Assigner assigner)Attempts a binding of a source method to this compiled target.MethodDelegationBinder.MethodBindingMethodDelegationBinder.MethodBinding.Builder. build(StackManipulation terminatingManipulation)Creates a binding that represents the bindings collected by thisBuilder.private MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Default. doResolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Default. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.StreamWriting. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Unique. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.Method parameters in net.bytebuddy.implementation.bind with type arguments of type MethodDelegationBinder.MethodBinding Modifier and Type Method Description private MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Default. doResolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Default. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.StreamWriting. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod.MethodDelegationBinder.MethodBindingMethodDelegationBinder.BindingResolver.Unique. resolve(MethodDelegationBinder.AmbiguityResolver ambiguityResolver, MethodDescription source, java.util.List<MethodDelegationBinder.MethodBinding> targets)Resolves a method binding for thesourcemethod. -
Uses of MethodDelegationBinder.MethodBinding in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation that return MethodDelegationBinder.MethodBinding Modifier and Type Method Description MethodDelegationBinder.MethodBindingTargetMethodAnnotationDrivenBinder.Record. bind(Implementation.Target implementationTarget, MethodDescription source, MethodDelegationBinder.TerminationHandler terminationHandler, MethodDelegationBinder.MethodInvoker methodInvoker, Assigner assigner)Attempts a binding of a source method to this compiled target.Methods in net.bytebuddy.implementation.bind.annotation with parameters of type MethodDelegationBinder.MethodBinding Modifier and Type Method Description MethodDelegationBinder.AmbiguityResolver.ResolutionBindingPriority.Resolver. resolve(MethodDescription source, MethodDelegationBinder.MethodBinding left, MethodDelegationBinder.MethodBinding right)Attempts to resolve to conflicting bindings.
-