@HashCodeAndEqualsPlugin.Enhance protected static class MethodCall.MethodInvoker.ForVirtualInvocation.Factory extends java.lang.Object implements MethodCall.MethodInvoker.Factory
| Modifier and Type | Field and Description |
|---|---|
private TypeDescription |
typeDescription
The type on which the virtual method is invoked.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Factory(TypeDescription typeDescription)
Creates a new method invoker factory for a virtual method call.
|
| Modifier and Type | Method and Description |
|---|---|
MethodCall.MethodInvoker |
make(TypeDescription instrumentedType)
Creates a method invoker.
|
private final TypeDescription typeDescription
protected Factory(TypeDescription typeDescription)
typeDescription - The type on which the virtual method is invoked.public MethodCall.MethodInvoker make(TypeDescription instrumentedType)
make in interface MethodCall.MethodInvoker.FactoryinstrumentedType - The instrumented type.