Uses of Class
org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Uses of AstXmlParser.Builder in org.mule.runtime.ast.api.xml
Methods in org.mule.runtime.ast.api.xml that return AstXmlParser.BuilderModifier and TypeMethodDescriptionstatic AstXmlParser.BuilderAstXmlParser.builder()Creates a builder for anAstXmlParser.AstXmlParser.Builder.withArtifactType(ArtifactType artifactType) Set theArtifactTypeof the targetArtifactAstAstXmlParser.Builder.withExtensionModel(org.mule.runtime.api.meta.model.ExtensionModel extensionModel) Add an extension model for the parser.AstXmlParser.Builder.withExtensionModels(Collection<org.mule.runtime.api.meta.model.ExtensionModel> extensionModels) Add an extension model for the parser.AstXmlParser.Builder.withLegacyFailStrategy()AstXmlParser.Builder.withParentArtifact(ArtifactAst parentArtifact) Set theArtifactAstfrom the parent artifact (i.e.: the parent domain)AstXmlParser.Builder.withPropertyResolver(org.mule.runtime.dsl.api.xml.parser.ParsingPropertyResolver propertyResolver) Sets thepropertyResolverto be used to resolve property placeholders ({@code ${...}) found in the config. @param propertyResolver the property resolver to be used by the created {@link ArtifactAst}s. @return the updated builder.AstXmlParser.Builder.withSchemaValidationsDisabled()Disables schema validations during the parse process.