Interface MetadataContributor


  • public interface MetadataContributor
    Contract for contributing to Metadata (InFlightMetadataCollector). This hook occurs just after all processing of all MetadataSources, and just before AdditionalJaxbMappingProducer.
    Since:
    5.0
    • Method Detail

      • contribute

        void contribute​(InFlightMetadataCollector metadataCollector,
                        org.jboss.jandex.IndexView jandexIndex)
        Perform the contributions.
        Parameters:
        metadataCollector - The metadata collector, representing the in-flight metadata being built
        jandexIndex - The Jandex index