Uses of Class
org.apache.camel.support.component.ApiMethodHelper.MatchType
-
Packages that use ApiMethodHelper.MatchType Package Description org.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of ApiMethodHelper.MatchType in org.apache.camel.support.component
Methods in org.apache.camel.support.component that return ApiMethodHelper.MatchType Modifier and Type Method Description static ApiMethodHelper.MatchTypeApiMethodHelper.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.support.component with parameters of type ApiMethodHelper.MatchType Modifier and Type Method Description List<ApiMethod>ApiMethodHelper. filterMethods(List<? extends ApiMethod> methods, ApiMethodHelper.MatchType matchType)Filters a list of methods to those that take the given set of arguments.List<ApiMethod>ApiMethodHelper. filterMethods(List<? extends ApiMethod> methods, ApiMethodHelper.MatchType matchType, Collection<String> argNames)Filters a list of methods to those that take the given set of arguments.
-