| Modifier and Type | Method and Description |
|---|---|
DslSyntaxResolver |
DslSyntaxResolverFactory.createDslResolver(ExtensionModel extensionModel)
Creates a new
DslSyntaxResolver for the given ExtensionModel using the DslResolvingContext associated
to this factory instance. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExtensionModel> |
ExtensionModelService.loadExtensionModel(ArtifactDescriptor pluginDescriptor)
Loads the
ExtensionModel for the given plugin. |
Optional<ExtensionModel> |
ExtensionModelService.loadExtensionModel(File plugin)
Loads the
ExtensionModel for the given plugin. |
List<ExtensionModel> |
ExtensionModelService.loadMuleExtensionModels()
Loads the
ExtensionModels for the Mule Runtime core components. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionModel |
ExtensionModelJsonSerializer.deserialize(String extensionModel)
Deserializes a JSON representation of an
ExtensionModel, to an actual instance of it. |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModel> |
ExtensionModelJsonSerializer.deserializeList(String extensionModelList)
Deserializes a JSON representation of a
List of ExtensionModel, to an actual instance of it. |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionModelJsonSerializer.serialize(ExtensionModel extensionModel)
Serializes an
ExtensionModel into JSON |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionModelJsonSerializer.serializeList(List<ExtensionModel> extensionModelList) |
| Modifier and Type | Method and Description |
|---|---|
static List<ObjectTypeHierarchy> |
MetadataTypeHelper.getObjectTypeHierarchies(Set<ExtensionModel> extensions)
Given a set of
extensionModels it will collect those base metadata types from the context that have
been contributed with subTypes. |
| Constructor and Description |
|---|
TypeRepository(Set<ExtensionModel> extensions) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionModel |
ExtensionModelTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionModelTypeAdapter.write(com.google.gson.stream.JsonWriter out,
ExtensionModel model) |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.