| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.api.app.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterValue.accept(ParameterValueVisitor valueVisitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterSimpleValue.accept(ParameterValueVisitor valueVisitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
void |
ParameterListValue.accept(ParameterValueVisitor valueVisitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
void |
ParameterObjectValue.accept(ParameterValueVisitor valueVisitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.