Package org.eclipse.jetty.websocket.util
Interface InvokerUtils.ParamIdentifier
-
- Enclosing class:
- InvokerUtils
public static interface InvokerUtils.ParamIdentifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvokerUtils.ArggetParamArg(java.lang.reflect.Method method, java.lang.Class<?> paramType, int idx)
-
-
-
Method Detail
-
getParamArg
InvokerUtils.Arg getParamArg(java.lang.reflect.Method method, java.lang.Class<?> paramType, int idx)
-
-