| Package | Description |
|---|---|
| org.mule.runtime.ast.internal.serialization.dto | |
| org.mule.runtime.ast.internal.serialization.dto.factory |
| Modifier and Type | Method and Description |
|---|---|
ExtensionModelDTO |
ComponentAstDTO.getExtensionModelDTO() |
| Constructor and Description |
|---|
ComponentAstDTO(List<ComponentAstDTO> directChildren,
String componentType,
org.mule.runtime.api.component.ComponentIdentifier identifier,
org.mule.runtime.api.component.location.ComponentLocation location,
ComponentMetadataAstDTO metadata,
Collection<ComponentParameterAstDTO> parameters,
String componentId,
ExtensionModelDTO extensionModel,
String modelName,
ComponentAstDTOModelType modelType,
Map<String,Object> annotations) |
| Constructor and Description |
|---|
ArtifactAstDTO(String artifactName,
ArtifactType artifactType,
Set<ExtensionModelDTO> dependencies,
List<ComponentAstDTO> topLevelComponentAsts,
ErrorTypeRepositoryDTO errorTypeRepository,
Collection<ImportedResourceDTO> importedResources) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionModelDTO |
ExtensionModelDTOFactory.from(org.mule.runtime.api.meta.model.ExtensionModel extensionModel) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.