Uses of Enum
org.apache.camel.support.component.ApiMethodHelper.MatchType
Packages that use ApiMethodHelper.MatchType
Package
Description
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.MatchTypeModifier and TypeMethodDescriptionstatic ApiMethodHelper.MatchTypeReturns 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.MatchTypeModifier and TypeMethodDescriptionApiMethodHelper.filterMethods(List<? extends ApiMethod> methods, ApiMethodHelper.MatchType matchType) Filters a list of methods to those that take the given set of arguments.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.