| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast |
| Modifier and Type | Method and Description |
|---|---|
ComponentGenerationInformation |
ComponentParameterAst.getGenerationInformation() |
ComponentGenerationInformation |
ComponentAst.getGenerationInformation() |
| Constructor and Description |
|---|
ComponentAst(String componentId,
ComponentType componentType,
ExtensionModel extension,
ComponentGenerationInformation generationInformation,
ComponentIdentifier identifier,
ComponentLocation location,
SourceCodeLocation metadata,
Object model,
org.mule.metadata.api.model.MetadataType type,
List<ComponentParameterAst> parameters,
List<ComponentAst> directChildren) |
ComponentParameterAst(ParameterModel paramModel,
Optional<String> expressionValue,
Optional<Object> fixedValue,
String rawValue,
String resolvedRawValue,
SourceCodeLocation metadata,
ComponentGenerationInformation generationInformation,
boolean defaultValue) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.