Uses of Class
org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
Packages that use ApiMethodParser.ApiMethodModel Package Description org.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of ApiMethodParser.ApiMethodModel in org.apache.camel.support.component
Methods in org.apache.camel.support.component that return types with arguments of type ApiMethodParser.ApiMethodModel Modifier and Type Method Description List<ApiMethodParser.ApiMethodModel>
ApiMethodParser. parse()
Parses the method signatures fromgetSignatures()
.protected List<ApiMethodParser.ApiMethodModel>
ApiMethodParser. processResults(List<ApiMethodParser.ApiMethodModel> result)
List<ApiMethodParser.ApiMethodModel>
ArgumentSubstitutionParser. processResults(List<ApiMethodParser.ApiMethodModel> parseResult)
Method parameters in org.apache.camel.support.component with type arguments of type ApiMethodParser.ApiMethodModel Modifier and Type Method Description protected List<ApiMethodParser.ApiMethodModel>
ApiMethodParser. processResults(List<ApiMethodParser.ApiMethodModel> result)
List<ApiMethodParser.ApiMethodModel>
ArgumentSubstitutionParser. processResults(List<ApiMethodParser.ApiMethodModel> parseResult)
-