Uses of Interface
org.mule.runtime.ast.api.ComponentMetadataAst
Packages that use ComponentMetadataAst
Package
Description
-
Uses of ComponentMetadataAst in org.mule.runtime.ast.api
Fields in org.mule.runtime.ast.api declared as ComponentMetadataAstModifier and TypeFieldDescriptionstatic final ComponentMetadataAstComponentMetadataAst.EMPTY_METADATAMethods in org.mule.runtime.ast.api that return ComponentMetadataAstMethods in org.mule.runtime.ast.api that return types with arguments of type ComponentMetadataAstMethods in org.mule.runtime.ast.api with parameters of type ComponentMetadataAstModifier and TypeMethodDescriptionAstParserAttribute.get(ComponentMetadataAst componentMetadataAst) Convenience for extracting the value from the attributes map of the givenComponentMetadataAstwith type conversion.AstParserAttribute.getRaw(ComponentMetadataAst componentMetadataAst) Gets the raw value from the attributes map of the givenComponentMetadataAstwithout trying to perform type conversion. -
Uses of ComponentMetadataAst in org.mule.runtime.ast.api.builder
Methods in org.mule.runtime.ast.api.builder that return ComponentMetadataAstModifier and TypeMethodDescriptionComponentMetadataAstBuilder.build()Builds the target component metadata.Methods in org.mule.runtime.ast.api.builder with parameters of type ComponentMetadataAstModifier and TypeMethodDescriptionComponentAstBuilder.withMetadata(ComponentMetadataAst metadata) -
Uses of ComponentMetadataAst in org.mule.runtime.ast.api.util
Methods in org.mule.runtime.ast.api.util that return ComponentMetadataAstMethods in org.mule.runtime.ast.api.util that return types with arguments of type ComponentMetadataAst -
Uses of ComponentMetadataAst in org.mule.runtime.ast.internal.builder
Methods in org.mule.runtime.ast.internal.builder that return ComponentMetadataAstMethods in org.mule.runtime.ast.internal.builder with parameters of type ComponentMetadataAstModifier and TypeMethodDescriptionBaseComponentAstBuilder.withMetadata(ComponentMetadataAst metadata) DefaultImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata) ImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata) Sets the imported resource metadata to the builder. -
Uses of ComponentMetadataAst in org.mule.runtime.ast.internal.param
Methods in org.mule.runtime.ast.internal.param with parameters of type ComponentMetadataAstModifier and TypeMethodDescriptionParamTypeResolvingVisitor.resolveParamValue(ExpressionAwareParameter param, ComponentMetadataAst metadata, String resolvedRawValue)