Interface MetadataContributor


@Deprecated(forRemoval=true) public interface MetadataContributor
Deprecated, for removal: This API element is subject to removal in a future version.
Use AdditionalMappingContributor or TypeContributor instead depending on need
Contract for contributing to Metadata (InFlightMetadataCollector).

This hook occurs just after all processing of all MetadataSources, and just before AdditionalJaxbMappingProducer.

Since:
5.0
Author:
Steve Ebersole
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Perform the contributions.
  • Method Details

    • contribute

      void contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Perform the contributions.
      Parameters:
      metadataCollector - The metadata collector, representing the in-flight metadata being built
      jandexIndex - The Jandex index