Uses of Enum Class
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
Subclasses with type arguments of type ApiMethodHelper.MatchType in org.apache.camel.support.componentMethods in org.apache.camel.support.component that return ApiMethodHelper.MatchTypeModifier and TypeMethodDescriptionstatic ApiMethodHelper.MatchTypeReturns the enum constant of this class with the specified name.static ApiMethodHelper.MatchType[]ApiMethodHelper.MatchType.values()Returns an array containing the constants of this enum class, 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.