| Interface | Description |
|---|---|
| ArtifactAst |
Represents a Mule artifact and provides access to its contents.
|
| ComponentAst |
Represents the user configuration of a component (flow, config, message processor, etc) defined in an artifact.
|
| ComponentGenerationInformation |
Object containing information about the creation of the owning object.
|
| ComponentMetadataAst | |
| ComponentParameterAst |
Represents the user configuration of a parameter of a component.
|
| ImportedResource |
Represents a resource that can be imported by an artifact.
|
| MetadataTypeAdapter |
Adapter for using
MetadataType instances consistently with other related but different models. |
| MetadataTypeObjectFieldTypeAdapter |
Adapter for using
ParameterModel instances consistently with other related but different models. |
| NamespaceDefinition |
Represents the namespace definition of an
ArtifactAst |
| Class | Description |
|---|---|
| AstParserAttribute<T> |
Parsing attribute that might be DSL-specific.
|
| Enum | Description |
|---|---|
| ArtifactType | |
| DependencyResolutionMode |
Provides different ways that the dependencies of an
ArtifactAst may be calculated when calling
ArtifactAst.dependencies(). |
| Exception | Description |
|---|---|
| ParameterResolutionException |
Indicates that the conversion of a fixed parameter value to its expected type failed.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.