| Package | Description |
|---|---|
| org.mule.runtime.app.declaration.api | |
| org.mule.runtime.app.declaration.api.fluent |
| Class and Description |
|---|
| ArtifactDeclaration
A programmatic descriptor of a mule artifact configuration.
|
| ComponentElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.ComponentModel configuration. |
| ComponentElementDeclarationVisitor
Visitor that can handle all subclasses of
ComponentElementDeclaration |
| 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.
|
| CustomizableElementDeclaration
A declaration which can be augmented with custom pieces of information that are not part of the actual element model.
|
| ElementDeclaration
Base of a programmatic descriptor of the configuration for any element present in a mule application.
|
| ElementDeclarationContainer
Adds lookup methods to find a given
ElementDeclaration that is part of this container declaration. |
| EnrichableElementDeclaration
A programmatic descriptor of an
ElementDeclaration that can be enriched with custom properties and parameters. |
| 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
|
| 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. |
| 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. |
| 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. |
| Class and Description |
|---|
| ComponentElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.ComponentModel configuration. |
| ConnectionElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel configuration. |
| EnrichableElementDeclaration
A programmatic descriptor of an
ElementDeclaration that can be enriched with custom properties and parameters. |
| GlobalElementDeclaration
An
ElementDeclaration that can be present as a direct child of an ArtifactDeclaration. |
| 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. |
| ParameterValue
Represents the configured value of a given
ParameterElementDeclaration |
| ParameterValueVisitor
Used in
ParameterValue.accept(ParameterValueVisitor) as a visitor pattern. |
| RouteElementDeclaration
A programmatic descriptor of a
org.mule.runtime.api.meta.model.nested.NestedRouteModel configuration. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.