@NoImplement
public interface ArrayValueDeclarer
| Modifier and Type | Method and Description |
|---|---|
ArrayValueDeclarer |
withItem(Consumer<ValueDeclarer> valueDeclarerConsumer)
Describe an item of the array
|
ArrayValueDeclarer |
withItem(Object value)
Describe an item of the array
|
ArrayValueDeclarer withItem(Object value)
value - the value to be associated with the entryArrayValueDeclarer withItem(Consumer<ValueDeclarer> valueDeclarerConsumer)
valueDeclarerConsumer - a consumer to configure the value of the itemCopyright © 2022 MuleSoft, Inc.. All rights reserved.