@HashCodeAndEqualsPlugin.Enhance public static class JavaDispatcher.Dispatcher.ForUnresolvedMethod extends Object implements JavaDispatcher.Dispatcher
JavaDispatcher.Dispatcher.ForConstructor, JavaDispatcher.Dispatcher.ForContainerCreation, JavaDispatcher.Dispatcher.ForDefaultValue, JavaDispatcher.Dispatcher.ForInstanceCheck, JavaDispatcher.Dispatcher.ForNonStaticMethod, JavaDispatcher.Dispatcher.ForStaticMethod, JavaDispatcher.Dispatcher.ForUnresolvedMethod| Modifier | Constructor and Description | 
|---|---|
protected  | 
ForUnresolvedMethod(String message)
Creates a dispatcher for an unresolved method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
apply(MethodVisitor methodVisitor,
     Method method)
Implements this dispatcher in a generated proxy. 
 | 
Object | 
invoke(Object[] argument)
Invokes the proxied action. 
 | 
protected ForUnresolvedMethod(String message)
message - The message for describing the reason why the method could not be resolved.public Object invoke(Object[] argument) throws Throwable
invoke in interface JavaDispatcher.Dispatcherargument - The arguments provided.Throwable - If any error occurs.public int apply(MethodVisitor methodVisitor, Method method)
apply in interface JavaDispatcher.DispatchermethodVisitor - The method visitor to implement the method with.method - The method being implemented.Copyright © 2014–2023. All rights reserved.