Class MethodInfo

All Implemented Interfaces:
Serializable

public class MethodInfo extends RuntimeException
See Also:
  • Method Details

    • getHandlerName

      public String getHandlerName()
    • getInputType

      public TypeTag<? extends Object> getInputType()
    • getOutputType

      public TypeTag<? extends Object> getOutputType()
    • fromMethod

      public static MethodInfo fromMethod(Method method)