| Package | Description |
|---|---|
| org.mule.runtime.ast.internal.serialization.dto |
| Modifier and Type | Method and Description |
|---|---|
ComponentAstDTOModelType |
ComponentAstDTO.getModelType() |
static ComponentAstDTOModelType |
ComponentAstDTOModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentAstDTOModelType[] |
ComponentAstDTOModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.