| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.internal.app.declaration.serialization.adapter |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterElementDeclaration> |
EnrichableElementDeclaration.getCustomConfigurationParameters()
The
customConfigurationParameters refer to parameters that are part of a declaration
configuration but do not match to an element in the model, thus being custom of how the
declaration was created. |
List<ParameterElementDeclaration> |
CustomizableElementDeclaration.getCustomConfigurationParameters()
The
customConfigurationParameters refer to parameters that are part of a declaration
configuration but do not match to an element in the model, thus being custom of how the
declaration was created. |
Optional<ParameterElementDeclaration> |
ParameterGroupElementDeclaration.getParameter(String name) |
List<ParameterElementDeclaration> |
ParameterGroupElementDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
EnrichableElementDeclaration.addCustomConfigurationParameter(ParameterElementDeclaration customParameter)
Adds a
custom parameter to this enrichable element declaration. |
void |
CustomizableElementDeclaration.addCustomConfigurationParameter(ParameterElementDeclaration customParameter)
Adds a
custom parameter to this enrichable element declaration. |
void |
ParameterGroupElementDeclaration.addParameter(ParameterElementDeclaration parameter)
Adds a
parameter to this parametrized element declaration |
| Modifier and Type | Method and Description |
|---|---|
ParameterElementDeclaration |
ParameterElementDeclarationTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterElementDeclarationTypeAdapter.write(com.google.gson.stream.JsonWriter out,
ParameterElementDeclaration parameter) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.