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 Link icon

    • getUniqueName Link icon

      public String getUniqueName()
    • getName Link icon

      public String getName()
    • getResultType Link icon

      public Class<?> getResultType()
    • getMethod Link icon

      public Method getMethod()
    • getArguments Link icon

      public List<ApiMethodArg> getArguments()
    • getDescription Link icon

      public String getDescription()
    • getSignature Link icon

      public String getSignature()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object