Uses of Class
org.mule.runtime.extension.api.dsl.syntax.DslElementSyntax
Packages that use DslElementSyntax
Package
Description
-
Uses of DslElementSyntax in org.mule.runtime.extension.api.dsl.syntax
Methods in org.mule.runtime.extension.api.dsl.syntax that return DslElementSyntaxModifier and TypeMethodDescriptionDslElementSyntaxBuilder.build()XmlDslSyntaxResolver.resolve(org.mule.runtime.api.meta.model.parameter.ParameterModel parameter) Resolves theDslElementSyntaxfor the givenparameter, providing all the required information for representing thisparameterelement in the DSL.XmlDslSyntaxResolver.resolve(org.mule.runtime.api.meta.NamedObject component) Resolves theDslElementSyntaxfor the givencomponent.XmlDslSyntaxResolver.resolveInline(org.mule.runtime.api.meta.model.parameter.ParameterGroupModel group) Resolves theDslElementSyntaxfor aParameterGroupModelthat has to be shown as an inline element of the DSLMethods in org.mule.runtime.extension.api.dsl.syntax that return types with arguments of type DslElementSyntaxModifier and TypeMethodDescriptionDslElementSyntax.getAttribute(String name) DslElementSyntax.getAttributes()DslElementSyntax.getChilds()DslElementSyntax.getContainedElement(String name) DslElementSyntax.getContainedElements()DslElementSyntax.getContainedElementsByName()DslElementSyntax.getGeneric(org.mule.metadata.api.model.MetadataType type) Map<org.mule.metadata.api.model.MetadataType,DslElementSyntax> DslElementSyntax.getGenerics()XmlDslSyntaxResolver.resolve(org.mule.metadata.api.model.MetadataType type) Resolves theDslElementSyntaxfor the standalone xml element for the givenMetadataTypeMethods in org.mule.runtime.extension.api.dsl.syntax with parameters of type DslElementSyntaxModifier and TypeMethodDescriptionDslElementSyntaxBuilder.containing(String name, DslElementSyntax child) DslElementSyntaxBuilder.withGeneric(org.mule.metadata.api.model.MetadataType type, DslElementSyntax child) Adds achildElementdeclaration tothisDslElementSyntaxthat represents a generic type ofthiselement.Constructor parameters in org.mule.runtime.extension.api.dsl.syntax with type arguments of type DslElementSyntaxModifierConstructorDescriptionDslElementSyntax(String attributeName, String elementName, String prefix, String namespace, boolean isWrapped, boolean supportsAttributeDeclaration, boolean supportsChildDeclaration, boolean supportsTopLevelDeclaration, boolean requiresConfig, Map<org.mule.metadata.api.model.MetadataType, DslElementSyntax> genericsDsl, Map<String, DslElementSyntax> containedElements) Creates a new instance ofDslElementSyntax -
Uses of DslElementSyntax in org.mule.runtime.extension.api.dsl.syntax.resolver
Methods in org.mule.runtime.extension.api.dsl.syntax.resolver that return DslElementSyntaxModifier and TypeMethodDescriptionDslSyntaxResolver.resolve(org.mule.runtime.api.meta.model.parameter.ParameterModel parameter) Resolves theDslElementSyntaxfor the givenparameter, providing all the required information for representing thisparameterelement in the DSL.DslSyntaxResolver.resolve(org.mule.runtime.api.meta.NamedObject component) Resolves theDslElementSyntaxfor the givencomponent.DslSyntaxResolver.resolveInline(org.mule.runtime.api.meta.model.parameter.ParameterGroupModel group) Resolves theDslElementSyntaxfor aParameterGroupModelthat has to be shown as an inline element of the DSLMethods in org.mule.runtime.extension.api.dsl.syntax.resolver that return types with arguments of type DslElementSyntaxModifier and TypeMethodDescriptionDslSyntaxResolver.resolve(org.mule.metadata.api.model.MetadataType type) Resolves theDslElementSyntaxfor the standalone xml element for the givenMetadataType