@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.Target
InstrumentedType.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.Prepareable
instrumentedType
- The instrumented type in its current form.public ByteCodeAppender appender(Implementation.Target implementationTarget)
appender
in interface Implementation
implementationTarget
- The target of the current implementation.InstrumentedType.Prepareable.prepare(InstrumentedType)
.Copyright © 2014–2023. All rights reserved.