Uses of Interface
net.bytebuddy.implementation.Implementation.Target
-
Packages that use Implementation.Target Package Description net.bytebuddy Byte Buddy is a library for creating Java classes at runtime of a Java program.net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicTypeby creating a subclass of a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType.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 Implementation.Target in net.bytebuddy
Methods in net.bytebuddy with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderByteBuddy.EnumerationImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderByteBuddy.RecordConstructorStrategy. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderByteBuddy.RecordObjectMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods. -
Uses of Implementation.Target in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.BridgeMethodImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.ConstructorImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.FactoryImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.SerializationImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods. -
Uses of Implementation.Target in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as Implementation.Target Modifier and Type Field Description private Implementation.TargetAdvice.Appender. implementationTargetThe current implementation target.Methods in net.bytebuddy.asm with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderAdvice. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.Constructors in net.bytebuddy.asm with parameters of type Implementation.Target Constructor Description Appender(Advice advice, Implementation.Target implementationTarget, ByteCodeAppender delegate)Creates a new appender for an advice component. -
Uses of Implementation.Target in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold with parameters of type Implementation.Target Modifier and Type Method Description MethodRegistry.Handler.CompiledMethodRegistry.Handler. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.CompiledMethodRegistry.Handler.ForAbstractMethod. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.CompiledMethodRegistry.Handler.ForAnnotationValue. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.ForImplementation.CompiledMethodRegistry.Handler.ForImplementation. compile(Implementation.Target implementationTarget)Compiles this handler.MethodRegistry.Handler.ForVisibilityBridge.CompiledMethodRegistry.Handler.ForVisibilityBridge. compile(Implementation.Target implementationTarget)Compiles this handler. -
Uses of Implementation.Target in net.bytebuddy.dynamic.scaffold.inline
Classes in net.bytebuddy.dynamic.scaffold.inline that implement Implementation.Target Modifier and Type Class Description classRebaseImplementationTargetAn implementation target for redefining a given type while preserving the original methods within the instrumented type.Methods in net.bytebuddy.dynamic.scaffold.inline that return Implementation.Target Modifier and Type Method Description Implementation.TargetRebaseImplementationTarget.Factory. make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion)Creates an implementation target.protected static Implementation.TargetRebaseImplementationTarget. of(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion, MethodRebaseResolver methodRebaseResolver)Creates a new rebase implementation target. -
Uses of Implementation.Target in net.bytebuddy.dynamic.scaffold.subclass
Classes in net.bytebuddy.dynamic.scaffold.subclass that implement Implementation.Target Modifier and Type Class Description classSubclassImplementationTargetAn implementation target for creating a subclass of a given type.Methods in net.bytebuddy.dynamic.scaffold.subclass that return Implementation.Target Modifier and Type Method Description Implementation.TargetSubclassImplementationTarget.Factory. make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion)Creates an implementation target. -
Uses of Implementation.Target in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement Implementation.Target Modifier and Type Class Description static classImplementation.Target.AbstractBaseAn abstract base implementation for anImplementation.Target.Fields in net.bytebuddy.implementation declared as Implementation.Target Modifier and Type Field Description private Implementation.TargetDefaultMethodCall.Appender. implementationTargetThe implementation target of this appender.private Implementation.TargetMethodCall.Appender. implementationTargetThe implementation target.private Implementation.TargetMethodDelegation.Appender. implementationTargetThe implementation target of this implementation.private Implementation.TargetSuperMethodCall.Appender. implementationTargetThe target of the current implementation.Methods in net.bytebuddy.implementation that return Implementation.Target Modifier and Type Method Description Implementation.TargetImplementation.Target.Factory. make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion)Creates an implementation target.Methods in net.bytebuddy.implementation with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderDefaultMethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderEqualsMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderExceptionMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFieldAccessor.ForImplicitProperty. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFieldAccessor.ForSetter. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForArgument. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForNullValue. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForOriginType. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForPoolValue. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForThisValue. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFixedValue.ForValue. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderHashCodeMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderImplementation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderImplementation.Compound. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderImplementation.Compound.Composable. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderImplementation.Simple. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderInvocationHandlerAdapter.ForField. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderInvocationHandlerAdapter.ForInstance. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderInvokeDynamic.AbstractDelegator. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderInvokeDynamic. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMethodCall.FieldSetting. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMethodDelegation. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderStubMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderSuperMethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderSuperMethodCall.WithoutReturn. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ToStringMethod.AppenderToStringMethod. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForField.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForInstance.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForInstrumentedType.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodCall.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodParameter.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodParameter.OfInstrumentedMethod. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodParameterArray.ForInstrumentedMethod. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfInvokedMethod. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForNullConstant. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForStackManipulation. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.ArgumentLoader.ArgumentProviderMethodCall.ArgumentLoader.ForThisReference.Factory. make(Implementation.Target implementationTarget)Creates an argument provider for the supplied implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForConstructingInvocation.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForField.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForMethodCall.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForMethodParameter. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.ForValue.Factory. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.MethodCall.TargetHandlerMethodCall.TargetHandler.Simple. make(Implementation.Target implementationTarget)Creates a target handler for a given implementation target.StackManipulationMethodCall.MethodInvoker.ForContextualInvocation. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.StackManipulationMethodCall.MethodInvoker.ForDefaultMethodInvocation. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.StackManipulationMethodCall.MethodInvoker.ForSuperMethodInvocation. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.StackManipulationMethodCall.MethodInvoker.ForVirtualInvocation. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.StackManipulationMethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.StackManipulationMethodCall.MethodInvoker. toStackManipulation(MethodDescription invokedMethod, Implementation.Target implementationTarget)Invokes the method.Constructors in net.bytebuddy.implementation with parameters of type Implementation.Target Constructor Description Appender(Implementation.Target implementationTarget, java.util.List<TypeDescription> prioritizedInterfaces)Creates a new appender for implementing aDefaultMethodCall.Appender(Implementation.Target implementationTarget, MethodCall.TerminationHandler terminationHandler)Creates a new appender.Appender(Implementation.Target implementationTarget, MethodDelegationBinder.Record processor, MethodDelegationBinder.TerminationHandler terminationHandler, Assigner assigner, MethodDelegation.ImplementationDelegate.Compiled compiled)Creates a new appender for a method delegation.Appender(Implementation.Target implementationTarget, SuperMethodCall.Appender.TerminationHandler terminationHandler)Creates a new appender. -
Uses of Implementation.Target in net.bytebuddy.implementation.auxiliary
Fields in net.bytebuddy.implementation.auxiliary declared as Implementation.Target Modifier and Type Field Description private Implementation.TargetTypeProxy.ForDefaultMethod. implementationTargetThe implementation target for the original instrumentation.private Implementation.TargetTypeProxy.ForSuperMethodByConstructor. implementationTargetThe implementation target this type proxy is created for.private Implementation.TargetTypeProxy.ForSuperMethodByReflectionFactory. implementationTargetThe implementation target of the proxied type.private Implementation.TargetTypeProxy. implementationTargetThe implementation target of the proxied type.Methods in net.bytebuddy.implementation.auxiliary with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderMethodCallProxy.ConstructorCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMethodCallProxy.MethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderTypeProxy.MethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderTypeProxy.SilentConstruction. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.Implementation.SpecialMethodInvocationTypeProxy.InvocationFactory. invoke(Implementation.Target implementationTarget, TypeDescription proxiedType, MethodDescription instrumentedMethod)Creates a special method invocation to implement for a given method.Constructors in net.bytebuddy.implementation.auxiliary with parameters of type Implementation.Target Constructor Description ForDefaultMethod(TypeDescription proxiedType, Implementation.Target implementationTarget, boolean serializableProxy)Creates a new proxy creation for a default interface type proxy.ForSuperMethodByConstructor(TypeDescription proxiedType, Implementation.Target implementationTarget, java.util.List<TypeDescription> constructorParameters, boolean ignoreFinalizer, boolean serializableProxy)Creates a new stack operation for creating a type proxy by calling one of its constructors.ForSuperMethodByReflectionFactory(TypeDescription proxiedType, Implementation.Target implementationTarget, boolean ignoreFinalizer, boolean serializableProxy)Creates a new stack operation for reflectively creating a type proxy for the given arguments.TypeProxy(TypeDescription proxiedType, Implementation.Target implementationTarget, TypeProxy.InvocationFactory invocationFactory, boolean ignoreFinalizer, boolean serializableProxy)Creates a new type proxy. -
Uses of Implementation.Target in net.bytebuddy.implementation.bind
Methods in net.bytebuddy.implementation.bind with parameters of type Implementation.Target 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. -
Uses of Implementation.Target in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation with parameters of type Implementation.Target Modifier and Type Method Description ByteCodeAppenderFieldProxy.Binder.FieldGetter. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFieldProxy.Binder.FieldSetter. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFieldProxy.Binder.InstanceFieldConstructor. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderFieldProxy.Binder.StaticFieldConstructor. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMorph.Binder.RedirectionProxy.InstanceFieldConstructor. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMorph.Binder.RedirectionProxy.MethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderMorph.Binder.RedirectionProxy.StaticFieldConstructor. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderPipe.Binder.Redirection.ConstructorCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.ByteCodeAppenderPipe.Binder.Redirection.MethodCall. appender(Implementation.Target implementationTarget)Creates a byte code appender that determines the implementation of the instrumented type's methods.MethodDelegationBinder.ParameterBinding<?>AllArguments.Binder. bind(AnnotationDescription.Loadable<AllArguments> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Argument.Binder. bind(AnnotationDescription.Loadable<Argument> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Default.Binder. bind(AnnotationDescription.Loadable<Default> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>DefaultCall.Binder. bind(AnnotationDescription.Loadable<DefaultCall> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>DefaultMethod.Binder. bind(AnnotationDescription.Loadable<DefaultMethod> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Empty.Binder. bind(AnnotationDescription.Loadable<Empty> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.protected MethodDelegationBinder.ParameterBinding<?>FieldProxy.Binder. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldProxy> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)MethodDelegationBinder.ParameterBinding<?>FieldValue.Binder. bind(AnnotationDescription.Loadable<FieldValue> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.protected MethodDelegationBinder.ParameterBinding<?>FieldValue.Binder.Delegate. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<FieldValue> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)MethodDelegationBinder.ParameterBinding<?>Morph.Binder. bind(AnnotationDescription.Loadable<Morph> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Origin.Binder. bind(AnnotationDescription.Loadable<Origin> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Pipe.Binder. bind(AnnotationDescription.Loadable<Pipe> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>StubValue.Binder. bind(AnnotationDescription.Loadable<StubValue> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>Super.Binder. bind(AnnotationDescription.Loadable<Super> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>SuperCall.Binder. bind(AnnotationDescription.Loadable<SuperCall> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>SuperMethod.Binder. bind(AnnotationDescription.Loadable<SuperMethod> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler. bind(MethodDescription source, Implementation.Target implementationTarget, Assigner assigner)Handles a parameter binding.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Bound. bind(MethodDescription source, Implementation.Target implementationTarget, Assigner assigner)Handles a parameter binding.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound. bind(MethodDescription source, Implementation.Target implementationTarget, Assigner assigner)Handles a parameter binding.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.ParameterBinder. bind(AnnotationDescription.Loadable<T> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding. bind(AnnotationDescription.Loadable<S> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.protected abstract MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding. bind(FieldDescription fieldDescription, AnnotationDescription.Loadable<S> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner)Creates a parameter binding for the given target parameter.MethodDelegationBinder.ParameterBinding<?>TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFixedValue. bind(AnnotationDescription.Loadable<S> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.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.MethodDelegationBinder.ParameterBinding<?>This.Binder. bind(AnnotationDescription.Loadable<This> annotation, MethodDescription source, ParameterDescription target, Implementation.Target implementationTarget, Assigner assigner, Assigner.Typing typing)Creates a parameter binding for the given target parameter.protected abstract StackManipulationSuper.Instantiation. proxyFor(TypeDescription parameterType, Implementation.Target implementationTarget, AnnotationDescription.Loadable<Super> annotation)Creates a stack manipulation which loads asuper-call proxy onto the stack.Implementation.SpecialMethodInvocationDefaultCall.Binder.DefaultMethodLocator.Explicit. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Implementation.SpecialMethodInvocationDefaultCall.Binder.DefaultMethodLocator.Implicit. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Implementation.SpecialMethodInvocationDefaultCall.Binder.DefaultMethodLocator. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Implementation.SpecialMethodInvocationDefaultMethod.Binder.MethodLocator.ForExplicitType. resolve(Implementation.Target implementationTarget, MethodDescription source)Resolves the special method invocation to this target.Implementation.SpecialMethodInvocationDefaultMethod.Binder.MethodLocator.ForImplicitType. resolve(Implementation.Target implementationTarget, MethodDescription source)Resolves the special method invocation to this target.Implementation.SpecialMethodInvocationDefaultMethod.Binder.MethodLocator. resolve(Implementation.Target implementationTarget, MethodDescription source)Resolves the special method invocation to this target.Implementation.SpecialMethodInvocationMorph.Binder.DefaultMethodLocator.Explicit. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Implementation.SpecialMethodInvocationMorph.Binder.DefaultMethodLocator.Implicit. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Implementation.SpecialMethodInvocationMorph.Binder.DefaultMethodLocator. resolve(Implementation.Target implementationTarget, MethodDescription source)Locates the correct default method to a given source method.Constructors in net.bytebuddy.implementation.bind.annotation with parameters of type Implementation.Target Constructor Description Appender(Implementation.Target implementationTarget)Creates a new appender for a setter method.Appender(Implementation.Target implementationTarget)Creates a new appender for a setter method.Appender(Implementation.Target implementationTarget)Creates a new appender.Appender(Implementation.Target implementationTarget)Creates a new appender.Appender(Implementation.Target implementationTarget)Creates a new appender.
-