@NoImplement
public interface ValueDeclarer
| Modifier and Type | Method and Description |
|---|---|
void |
arrayValue(Consumer<ArrayValueDeclarer> arrayValueDeclarerConsumer)
Declares that the described value represents an Array value.
|
void |
objectValue(Consumer<ObjectValueDeclarer> objectValueDeclarerConsumer)
Declares that the described value represents an Object value.
|
void |
withValue(Object value)
Declares the value that is described by this declarer.
|
void objectValue(Consumer<ObjectValueDeclarer> objectValueDeclarerConsumer)
objectValueDeclarerConsumer - a consumer to configure the value of the objectvoid arrayValue(Consumer<ArrayValueDeclarer> arrayValueDeclarerConsumer)
arrayValueDeclarerConsumer - a consumer to configure the value of the arrayvoid withValue(Object value)
value - the actual valueCopyright © 2022 MuleSoft, Inc.. All rights reserved.