Class ExtensionsApiSpiUtils
java.lang.Object
org.mule.runtime.extension.privileged.spi.ExtensionsApiSpiUtils
Provides utilities to lookup and load implementations of interfaces defined in
extensions-api through SPI.
Being privileged, this is not intended to be used outside of the scope of crafted extension declarations.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<DslResourceFactory>static Stream<ExtensionModelLoaderProvider>static Stream<ExtensionSchemaGenerator>static Stream<GeneratedResourceFactory>
-
Method Details
-
loadExtensionModelLoaderProviders
-
loadExtensionSchemaGenerators
-
loadDslResourceFactories
-
loadGeneratedResourceFactories
-