| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupDeclarer |
NestedRouteDeclarer.onDefaultParameterGroup()
Provides the default
ParameterGroupDeclarer. |
ParameterGroupDeclarer |
ParameterizedDeclarer.onDefaultParameterGroup()
Provides the default
ParameterGroupDeclarer. |
ParameterGroupDeclarer |
HasParametersDeclarer.onDefaultParameterGroup()
Provides the default
ParameterGroupDeclarer. |
ParameterGroupDeclarer |
NestedRouteDeclarer.onParameterGroup(String name)
Provides a
ParameterGroupDeclarer for adding parameters
into a group of the given name. |
ParameterGroupDeclarer |
ParameterizedDeclarer.onParameterGroup(String name)
Provides a
ParameterGroupDeclarer for adding parameters
into a group of the given name. |
ParameterGroupDeclarer |
HasParametersDeclarer.onParameterGroup(String name)
Provides a
ParameterGroupDeclarer for adding parameters
into a group of the given name. |
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withDslInlineRepresentation(boolean showInDsl)
Sets the DSL representation type to be either inline, where the group
is represented as a child element, or implicit, where the group
is shown as a set of attributes in the element.
|
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withExclusiveOptionals(Set<String> parameterNames,
boolean requiresOne) |
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withLayout(LayoutModel layoutModel)
Sets the given
layoutModel |
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.