@HashCodeAndEqualsPlugin.Enhance protected static class MethodCallProxy.MethodCall extends Object implements Implementation
MethodCallProxy.| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
MethodCallProxy.MethodCall.Appender
The appender for implementing the  
MethodCallProxy.MethodCall. | 
Implementation.Composable, Implementation.Compound, Implementation.Context, Implementation.Simple, Implementation.SpecialMethodInvocation, Implementation.TargetInstrumentedType.Prepareable.NoOp| Modifier | Constructor and Description | 
|---|---|
protected  | 
MethodCall(MethodDescription accessorMethod,
          Assigner assigner)
Creates a new method call implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteCodeAppender | 
appender(Implementation.Target implementationTarget)
Creates a byte code appender that determines the implementation of the instrumented type's methods. 
 | 
InstrumentedType | 
prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type. 
 | 
protected MethodCall(MethodDescription accessorMethod, Assigner assigner)
accessorMethod - The method that is accessed by the implemented method.assigner - The assigner to be used for invoking the accessor method.public InstrumentedType prepare(InstrumentedType instrumentedType)
prepare in interface InstrumentedType.PrepareableinstrumentedType - The instrumented type in its current form.public ByteCodeAppender appender(Implementation.Target implementationTarget)
appender in interface ImplementationimplementationTarget - The target of the current implementation.InstrumentedType.Prepareable.prepare(InstrumentedType).Copyright © 2014–2021. All rights reserved.