| Package | Description |
|---|---|
| org.mule.runtime.extension.api.component.value | |
| org.mule.runtime.extension.internal.component.value |
| Modifier and Type | Method and Description |
|---|---|
ArrayValueDeclarer |
ArrayValueDeclarer.withItem(Consumer<ValueDeclarer> valueDeclarerConsumer)
Describe an item of the array
|
ArrayValueDeclarer |
ArrayValueDeclarer.withItem(Object value)
Describe an item of the array
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueDeclarer.arrayValue(Consumer<ArrayValueDeclarer> arrayValueDeclarerConsumer)
Declares that the described value represents an Array value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValueDeclarer.arrayValue(Consumer<ArrayValueDeclarer> arrayValueDeclarerConsumer) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.