public interface MetadataContributor
Contract for contributing to Metadata (InFlightMetadataCollector).
This hook occurs just after all processing of all MetadataSources,
and just before AdditionalJaxbMappingProducer.
| Modifier and Type | Method and Description |
|---|---|
void |
contribute(InFlightMetadataCollector metadataCollector,
org.jboss.jandex.IndexView jandexIndex)
Perform the contributions.
|
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 indexCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.