Class CallableMethod

java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
Direct Known Subclasses:
JsrCallable, OptionalSessionCallableMethod

public class CallableMethod extends Object
A Callable Method
  • Field Details

    • pojo

      protected final Class<?> pojo
    • method

      protected final Method method
    • paramTypes

      protected Class<?>[] paramTypes
  • Constructor Details

    • CallableMethod

      public CallableMethod(Class<?> pojo, Method method)
  • Method Details

    • call

      public Object call(Object obj, Object... args)
    • formatMethodCallError

      public String formatMethodCallError(Object... args)
    • getMethod

      public Method getMethod()
    • getParamTypes

      public Class<?>[] getParamTypes()
    • getPojo

      public Class<?> getPojo()
    • toString

      public String toString()
      Overrides:
      toString in class Object