public interface DescribingContext
Extension
and its DescriberPostProcessors
Once the Describer finishes applying its logic,
it will propagate this context through all the found
DescriberPostProcessors, which means that any
side effects applied by any of the before mentioned will be visible by the next ones.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCustomParameters()
A
Map to hold custom parameters that implementations of
Describer and DescriberPostProcessor might
want to share with each other |
DeclarationConstruct |
getDeclarationConstruct()
The
DeclarationConstruct in which
the extension is being described into |
DeclarationConstruct getDeclarationConstruct()
DeclarationConstruct in which
the extension is being described intonull DeclarationConstructCopyright © 2015 MuleSoft, Inc.. All rights reserved.