| Interface | Description |
|---|---|
| ComponentElementDeclarationVisitor |
Visitor that can handle all subclasses of
ComponentElementDeclaration |
| CustomizableElementDeclaration |
A declaration which can be augmented with custom pieces of information that are not part of the actual element model.
|
| ElementDeclarationContainer |
Adds lookup methods to find a given
ElementDeclaration that is part of this container declaration. |
| GlobalElementDeclaration |
An
ElementDeclaration that can be present as a direct child of an ArtifactDeclaration. |
| GlobalElementDeclarationVisitor |
Used in
GlobalElementDeclaration.accept(GlobalElementDeclarationVisitor) as a visitor pattern. |
| IdentifiableElementDeclaration |
Extends the concept of a named element to provides a unique way of identifying an element declaration for a given
org.mule.runtime.api.meta.model.ExtensionModel |
| MetadataPropertiesAwareElementDeclaration |
A declaration which can be augmented with metadata regarding the represented element model.
|
| NamedElementDeclaration |
Adds naming methods to an element declaration
|
| ParameterizedElementDeclarationVisitor |
Used in
ParameterizedElementDeclaration.accept(ParameterizedElementDeclarationVisitor) as a visitor pattern. |
| ParameterValue |
Represents the configured value of a given
ParameterElementDeclaration |
| ParameterValueVisitor |
Used in
ParameterValue.accept(ParameterValueVisitor) as a visitor pattern. |
| ReferableElementDeclaration |
Adds
this#getRefName and this#setRefName capabilities to an ElementDeclaration that represents a global
element that can be referenced by its name. |
| Class | Description |
|---|---|
| ArtifactDeclaration |
A programmatic descriptor of a mule artifact configuration.
|
| ComponentElementDeclaration<T extends ComponentElementDeclaration> |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.ComponentModel configuration. |
| ConfigurationElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.config.ConfigurationModel configuration. |
| ConnectionElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel configuration. |
| ConstructElementDeclaration |
A programmatic descriptor of an application Flow configuration.
|
| ElementDeclaration |
Base of a programmatic descriptor of the configuration for any element present in a mule application.
|
| EnrichableElementDeclaration |
A programmatic descriptor of an
ElementDeclaration that can be enriched with custom properties and parameters. |
| OperationElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.operation.OperationModel configuration. |
| ParameterElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.parameter.ParameterModel configuration. |
| ParameterGroupElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.parameter.ParameterizedModel configuration. |
| ParameterizedElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.parameter.ParameterizedModel configuration. |
| RouteElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.nested.NestedRouteModel configuration. |
| SourceElementDeclaration |
A programmatic descriptor of a
org.mule.runtime.api.meta.model.source.SourceModel configuration. |
| TopLevelParameterDeclaration |
A programmatic descriptor of an
ObjectType configuration that will be used as a global element of the mule application. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.