搜索

此内容没有您所选择的语言版本。

56.6. Excluded Arguments

download PDF

Overview

Sometimes, you might need to exclude certain arguments, when it comes to mapping Java arguments to URI options. You can filter out unwanted arguments by specifying either the excludeConfigNames element or the excludeConfigTypes element in the camel-api-component-maven-plugin plug-in configuration.

Syntax

The excludeConfigNames element and the excludeConfigTypes element are specified as follows:
<excludeConfigNames>ArgumentNamePattern</excludeConfigNames>
<excludeConfigTypes>TypeNamePattern</excludeConfigTypes>
Where ArgumentNamePattern and TypeNamePattern are regular expressions that match the argument name and the argument type, respectively.

Scope

As shown in the following extract, the excludeConfigNames element and the excludeConfigTypes element can optionally appear as children of the apis element and/or as children of api elements:
<configuration>
  <apis>
    <api>
      <apiName>...</apiName>
      ...
 <excludeConfigNames>...</excludeConfigNames>
 <excludeConfigTypes>...</excludeConfigTypes>
    </api>
 <excludeConfigNames>...</excludeConfigNames>
 <excludeConfigTypes>...</excludeConfigTypes>
    ...
  </apis>
</configuration>
You can define the excludeConfigNames element and the excludeConfigTypes element at the following scopes:
  • As a child of an api element—the exclusions apply only to the API class specified by the api element.
  • As a child of the apis element—the exclusions apply to all API classes by default, but can be overridden at the api level.

Elements

The following elements can be used to exclude arguments from the API mapping (so that they are unavailable as URI options):
excludeConfigNames
Specifies a regular expression (java.util.regex syntax) for excluding arguments, based on matching the argument name.
excludeConfigTypes
Specifies a regular expression (java.util.regex syntax) for excluding arguments, based on matching the argument type.
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.