| Package | Description |
|---|---|
| org.mule.runtime.ast.api | |
| org.mule.runtime.ast.api.builder | |
| org.mule.runtime.ast.api.util | |
| org.mule.runtime.ast.internal | |
| org.mule.runtime.ast.internal.builder |
| Modifier and Type | Field and Description |
|---|---|
static ComponentMetadataAst |
ComponentMetadataAst.EMPTY_METADATA |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
ImportedResource.getMetadata() |
ComponentMetadataAst |
ComponentAst.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentMetadataAst> |
ComponentParameterAst.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
AstParserAttribute.get(ComponentMetadataAst componentMetadataAst)
Convenience for extracting the value from the attributes map of the given
ComponentMetadataAst with type conversion. |
Optional<Object> |
AstParserAttribute.getRaw(ComponentMetadataAst componentMetadataAst)
Gets the raw value from the attributes map of the given
ComponentMetadataAst without trying to perform type
conversion. |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
ComponentMetadataAstBuilder.build()
Builds the target component metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentAstBuilder |
ComponentAstBuilder.withMetadata(ComponentMetadataAst metadata) |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
BaseComponentAstDecorator.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentMetadataAst> |
BaseComponentParameterAstDecorator.getMetadata() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentMetadataAst |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
DefaultComponentMetadataAst.Builder.build() |
ComponentMetadataAst |
DefaultComponentAst.getMetadata() |
ComponentMetadataAst |
DefaultImportedResource.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentMetadataAst> |
DefaultComponentParameterAst.getMetadata() |
| Constructor and Description |
|---|
DefaultComponentAst(List<ComponentAst> builtChildren,
Map<org.mule.runtime.api.util.Pair<org.mule.runtime.api.meta.model.parameter.ParameterModel,org.mule.runtime.api.meta.model.parameter.ParameterGroupModel>,ComponentParameterAst> parameterAsts,
Map<String,String> extraParams,
PropertiesResolver propertiesResolver,
Map<String,Object> annotations,
Supplier<Optional<String>> componentId,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.ComponentModel componentModel,
org.mule.runtime.api.meta.model.nested.NestableElementModel nestableElementModel,
org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel,
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel connectionProviderModel,
org.mule.runtime.api.meta.model.parameter.ParameterizedModel parameterizedModel,
org.mule.metadata.api.model.MetadataType type,
ComponentGenerationInformation generationInformation,
ComponentMetadataAst metadata,
org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.api.component.ComponentIdentifier identifier,
org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType componentType) |
DefaultComponentParameterAst(ComponentAstBuilder complexValue,
org.mule.runtime.api.meta.model.parameter.ParameterModel model,
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel parameterGroupModel,
ComponentMetadataAst metadata,
ComponentGenerationInformation generationInformation,
PropertiesResolver propertiesResolver) |
DefaultComponentParameterAst(List<ComponentAstBuilder> complexValue,
org.mule.runtime.api.meta.model.parameter.ParameterModel model,
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel parameterGroupModel,
ComponentMetadataAst metadata,
ComponentGenerationInformation generationInformation,
PropertiesResolver propertiesResolver) |
DefaultComponentParameterAst(String rawValue,
org.mule.runtime.api.meta.model.parameter.ParameterModel model,
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel parameterGroupModel,
ComponentMetadataAst metadata,
ComponentGenerationInformation generationInformation,
PropertiesResolver propertiesResolver) |
DefaultImportedResource(String resourceLocation,
ComponentMetadataAst metadata) |
DefaultImportedResource(String resourceLocation,
ComponentMetadataAst metadata,
String resolutionFailure) |
| Modifier and Type | Method and Description |
|---|---|
ComponentMetadataAst |
BaseComponentAstBuilder.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ComponentAstBuilder |
BaseComponentAstBuilder.withMetadata(ComponentMetadataAst metadata) |
ImportedResourceBuilder |
DefaultImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata) |
ImportedResourceBuilder |
ImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata)
Sets the imported resource metadata to the builder.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.