| Package | Description |
|---|---|
| org.mule.runtime.config.api.dsl.model |
| Modifier and Type | Method and Description |
|---|---|
static <M> DslElementModel.Builder<M> |
DslElementModel.builder() |
DslElementModel.Builder<M> |
DslElementModel.Builder.containing(DslElementModel element) |
DslElementModel.Builder<M> |
DslElementModel.Builder.isExplicitInDsl(boolean explicit) |
DslElementModel.Builder<M> |
DslElementModel.Builder.withConfig(org.mule.runtime.ast.api.ComponentAst element) |
DslElementModel.Builder<M> |
DslElementModel.Builder.withConfig(org.mule.runtime.dsl.api.component.config.ComponentConfiguration element)
Deprecated.
Use
withConfig(ComponentAst) instead. |
DslElementModel.Builder<M> |
DslElementModel.Builder.withDsl(org.mule.runtime.extension.api.dsl.syntax.DslElementSyntax dsl) |
DslElementModel.Builder<M> |
DslElementModel.Builder.withGroupConfig(org.mule.runtime.ast.api.ComponentAst paramsOwner,
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel dslGroup) |
DslElementModel.Builder<M> |
DslElementModel.Builder.withModel(M model) |
DslElementModel.Builder<M> |
DslElementModel.Builder.withValue(String value) |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.