public interface ExtensionFactory
Descriptor and transform it into an actual
Extension. It does not simply performs a transformation between the
two representation models. It also discovers available DescriberPostProcessor
and executes them to enrich the model before doing the transformation.| Modifier and Type | Method and Description |
|---|---|
Extension |
createFrom(Descriptor descriptor)
Creates a
Extension from the given Descriptor |
Extension |
createFrom(Descriptor descriptor,
DescribingContext describingContext)
|
Extension createFrom(Descriptor descriptor)
Extension from the given Descriptordescriptor - a Descriptor. Cannot be nullExtensionExtension createFrom(Descriptor descriptor, DescribingContext describingContext)
descriptor - a Descriptor. Cannot be nulldescribingContext - a DescribingContext, useful to specify custom settingsExtensionCopyright © 2015 MuleSoft, Inc.. All rights reserved.