@HashCodeAndEqualsPlugin.Enhance public static class MethodCall.TargetHandler.ForMethodCall extends Object implements MethodCall.TargetHandler
Modifier and Type | Class and Description |
---|---|
protected static class |
MethodCall.TargetHandler.ForMethodCall.Factory
Creates a factory for invoking a method on the return type of another method.
|
protected static class |
MethodCall.TargetHandler.ForMethodCall.Resolved
A resolved target handler for a method call.
|
MethodCall.TargetHandler.ForConstructingInvocation, MethodCall.TargetHandler.ForField, MethodCall.TargetHandler.ForMethodCall, MethodCall.TargetHandler.ForMethodParameter, MethodCall.TargetHandler.ForSelfOrStaticInvocation, MethodCall.TargetHandler.ForValue, MethodCall.TargetHandler.Simple
Modifier | Constructor and Description |
---|---|
protected |
ForMethodCall(MethodCall.Appender appender)
Creates a new target handler for another method call.
|
Modifier and Type | Method and Description |
---|---|
MethodCall.TargetHandler.Resolved |
resolve(MethodDescription instrumentedMethod)
Resolves this target handler.
|
protected ForMethodCall(MethodCall.Appender appender)
appender
- The appender that is the target of the using method call.public MethodCall.TargetHandler.Resolved resolve(MethodDescription instrumentedMethod)
resolve
in interface MethodCall.TargetHandler
instrumentedMethod
- The instrumented method.Copyright © 2014–2025. All rights reserved.