Builder(PropertiesResolver propertiesResolver) |
DefaultArtifactAst(String artifactName,
ArtifactType artifactType,
List<ComponentAst> topLevelComponents,
Supplier<Set<org.mule.runtime.api.meta.model.ExtensionModel>> dependenciesSupplier,
ArtifactAst parentArtifact,
PropertiesResolver propertiesResolver,
NamespaceDefinition namespaceDefinition,
List<ImportedResource> importedResources) |
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(List<org.mule.runtime.extension.api.error.ErrorMapping> complexValue,
org.mule.runtime.api.meta.model.parameter.ParameterModel model,
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel parameterGroupModel,
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,
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) |