| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.api.app.declaration.fluent | |
| org.mule.runtime.internal.app.declaration.serialization.adapter |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
ParameterElementDeclaration.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterElementDeclaration.setValue(ParameterValue value)
Associates a
ParameterValue as part of this parameter configuration declaration |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterListValue
|
class |
ParameterObjectValue
Represents the configured complex value of a given
ParameterElementDeclaration. |
class |
ParameterSimpleValue
Represents the configured simple value of a given
ParameterElementDeclaration. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValue |
ParameterSimpleValue.cdata(String text) |
static ParameterValue |
ParameterSimpleValue.of(String text) |
static ParameterValue |
ParameterSimpleValue.plain(String text) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterValue> |
ParameterObjectValue.getParameters() |
List<ParameterValue> |
ParameterListValue.getValues() |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withParameter(String name,
ParameterValue value)
Adds a
parameter to this parametrized element declaration |
ParameterObjectValue.Builder |
ParameterObjectValue.Builder.withParameter(String name,
ParameterValue value) |
ParameterGroupElementDeclarer |
ParameterGroupElementDeclarer.withParameter(String name,
ParameterValue value,
Map<String,Serializable> properties)
Adds a
parameter to this parametrized element declaration |
ParameterListValue.Builder |
ParameterListValue.Builder.withValue(ParameterValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterObjectValue.setParameters(Map<String,ParameterValue> parameters) |
void |
ParameterListValue.setValues(List<ParameterValue> values) |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue |
ParameterValueTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterValueTypeAdapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ParameterValue parameter) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.