Class ApiMethodParser.ApiMethodModel

java.lang.Object
org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
Enclosing class:
ApiMethodParser<T>

public static final class ApiMethodParser.ApiMethodModel extends Object
  • Method Details

    • getUniqueName

      public String getUniqueName()
    • getName

      public String getName()
    • getResultType

      public Class<?> getResultType()
    • getMethod

      public Method getMethod()
    • getArguments

      public List<ApiMethodArg> getArguments()
    • getDescription

      public String getDescription()
    • getSignature

      public String getSignature()
    • toString

      public String toString()
      Overrides:
      toString in class Object