| Package | Description |
|---|---|
| org.mule.runtime.app.declaration.api | |
| org.mule.runtime.app.declaration.api.fluent |
| Modifier and Type | Method and Description |
|---|---|
ParameterObjectValue |
TopLevelParameterDeclaration.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopLevelParameterDeclaration.setValue(ParameterObjectValue value)
Associates a
ParameterObjectValue as part of this parameter configuration declaration
Since a TopLevelParameterDeclaration represents an ObjectType global declaration, only a
ParameterObjectValue can be associated to it. |
default void |
ParameterValueVisitor.visitObjectValue(ParameterObjectValue objectValue) |
| Modifier and Type | Method and Description |
|---|---|
ParameterObjectValue |
ParameterObjectValue.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
TopLevelParameterDeclarer |
TopLevelParameterDeclarer.withValue(ParameterObjectValue value) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.