| Package | Description |
|---|---|
| org.mule.sdk.api.values | |
| org.mule.sdk.internal.values |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueBuilder.build()
Create an
Value based in the information given to the Builder, included all their children. |
| Modifier and Type | Method and Description |
|---|---|
Set<Value> |
Value.getChilds() |
static Set<Value> |
ValueBuilder.getValuesFor(List<String> values)
|
static Set<Value> |
ValueBuilder.getValuesFor(Map<String,String> values)
|
static Set<Value> |
ValueBuilder.getValuesFor(Stream<String> values)
|
static Set<Value> |
ValueBuilder.getValuesFor(String... values)
Utility to create single level
values from an array of Strings. |
Set<Value> |
ValueProvider.resolve()
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableValue
Immutable implementation of
Value |
| Modifier and Type | Method and Description |
|---|---|
Set<Value> |
ImmutableValue.getChilds() |
| Constructor and Description |
|---|
ImmutableValue(String id,
String displayName,
Set<Value> childs,
String partName) |
Copyright © 2020. All rights reserved.