@HashCodeAndEqualsPlugin.Enhance protected static class MethodCall.MethodInvoker.ForVirtualInvocation.Factory extends Object implements MethodCall.MethodInvoker.Factory
| 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. 
 | 
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.Copyright © 2014–2021. All rights reserved.