| Package | Description |
|---|---|
| org.mule.runtime.extension.api.component.value | |
| org.mule.runtime.extension.internal.component.value |
| Modifier and Type | Method and Description |
|---|---|
ObjectValueDeclarer |
ObjectValueDeclarer.withField(String name,
Consumer<ValueDeclarer> valueDeclarerConsumer)
Describe an entry of the map
|
ObjectValueDeclarer |
ObjectValueDeclarer.withField(String name,
Object value)
Describe a field of the object
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueDeclarer.objectValue(Consumer<ObjectValueDeclarer> objectValueDeclarerConsumer)
Declares that the described value represents an Object value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValueDeclarer.objectValue(Consumer<ObjectValueDeclarer> objectValueDeclarerConsumer) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.