接口 MetadataContributor
-
public interface MetadataContributorContract for contributing to Metadata (InFlightMetadataCollector). This hook occurs just after all processing of allMetadataSources, and just beforeAdditionalJaxbMappingProducer.- 从以下版本开始:
- 5.0
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidcontribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)Perform the contributions.
-
-
-
方法详细资料
-
contribute
void contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
Perform the contributions.- 参数:
metadataCollector- The metadata collector, representing the in-flight metadata being builtjandexIndex- The Jandex index
-
-