public interface ModelEnricher
declarers before they are actually turned
into models. This is useful for implementations of the extensions API which rely
on non programmatic describers.
Because actual capabilities might be defined across several modules (or even extensions!)
instances are fetched through SPI| Modifier and Type | Method and Description |
|---|---|
void |
enrich(DescribingContext describingContext)
Enriches the descriptor provided in the given
describingContext. |
void enrich(DescribingContext describingContext)
describingContext. If this
enricher requires receiving state or wants to pass information to the next enricher,
then it should do it through the given describingContextdescribingContext - the DescribingContext on which a EnrichableModel is being describedCopyright © 2016 MuleSoft, Inc.. All rights reserved.