Uses of Class
org.apache.camel.util.component.ApiMethodHelper.MatchType

Packages that use ApiMethodHelper.MatchType
org.apache.camel.util.component   
 

Uses of ApiMethodHelper.MatchType in org.apache.camel.util.component
 

Methods in org.apache.camel.util.component that return ApiMethodHelper.MatchType
static ApiMethodHelper.MatchType ApiMethodHelper.MatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApiMethodHelper.MatchType[] ApiMethodHelper.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.util.component with parameters of type ApiMethodHelper.MatchType
 List<ApiMethod> ApiMethodHelper.filterMethods(List<? extends ApiMethod> methods, ApiMethodHelper.MatchType matchType, String... argNames)
          Filters a list of methods to those that take the given set of arguments.
 



Apache Camel