public class ParameterSimpleValueExtractor extends Object implements org.mule.runtime.app.declaration.api.ParameterValueVisitor
ParameterModel simple value extractor. Only accepts parameters of type otherwise an exception
is thrown.| Constructor and Description |
|---|
ParameterSimpleValueExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractSimpleValue(org.mule.runtime.app.declaration.api.ParameterValue parameterValue) |
void |
visitListValue(org.mule.runtime.app.declaration.api.fluent.ParameterListValue list) |
void |
visitObjectValue(org.mule.runtime.app.declaration.api.fluent.ParameterObjectValue objectValue) |
void |
visitSimpleValue(org.mule.runtime.app.declaration.api.fluent.ParameterSimpleValue text) |
public static String extractSimpleValue(org.mule.runtime.app.declaration.api.ParameterValue parameterValue)
public void visitSimpleValue(org.mule.runtime.app.declaration.api.fluent.ParameterSimpleValue text)
visitSimpleValue in interface org.mule.runtime.app.declaration.api.ParameterValueVisitorpublic void visitListValue(org.mule.runtime.app.declaration.api.fluent.ParameterListValue list)
visitListValue in interface org.mule.runtime.app.declaration.api.ParameterValueVisitorpublic void visitObjectValue(org.mule.runtime.app.declaration.api.fluent.ParameterObjectValue objectValue)
visitObjectValue in interface org.mule.runtime.app.declaration.api.ParameterValueVisitorCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.