Class Pipe.Binder.RedirectionProxy.MethodCall
java.lang.Object
net.bytebuddy.implementation.bind.annotation.Pipe.Binder.RedirectionProxy.MethodCall
- All Implemented Interfaces:
InstrumentedType.Prepareable, Implementation
- Enclosing class:
Pipe.Binder.RedirectionProxy
@Enhance
protected static class Pipe.Binder.RedirectionProxy.MethodCall
extends Object
implements Implementation
The implementation to implement a
Pipe.Binder.RedirectionProxy's forwarding method.-
Nested Class Summary
Nested classes/interfaces inherited from interface Implementation
Implementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.TargetNested classes/interfaces inherited from interface InstrumentedType.Prepareable
InstrumentedType.Prepareable.NoOp -
Method Summary
Modifier and TypeMethodDescriptionappender(Implementation.Target implementationTarget) Creates a byte code appender that determines the implementation of the instrumented type's methods.prepare(InstrumentedType instrumentedType) Prepares a given instrumented type.
-
Method Details
-
prepare
Prepares a given instrumented type.- Specified by:
preparein interfaceInstrumentedType.Prepareable- Parameters:
instrumentedType- The instrumented type in its current form.- Returns:
- The prepared instrumented type.
-
appender
Creates a byte code appender that determines the implementation of the instrumented type's methods.- Specified by:
appenderin interfaceImplementation- Parameters:
implementationTarget- The target of the current implementation.- Returns:
- A byte code appender for implementing methods delegated to this implementation. This byte code appender
is also responsible for handling methods that were added by this implementation on the call to
InstrumentedType.Prepareable.prepare(InstrumentedType).
-