@Deprecated public class LocalRunner extends Object implements DataWeaveRunner
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PAYLOAD_ID
Deprecated.
|
| Constructor and Description |
|---|
LocalRunner()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.metadata.TypedValue<?> |
asTypedValue(org.mule.tooling.event.model.TypedValueModel restTypedValue)
Deprecated.
|
org.mule.tooling.client.api.dataweave.DataWeavePreviewResponse |
execute(org.mule.tooling.client.api.dataweave.DataWeavePreviewRequest parameters)
Deprecated.
Run DataWeave script with given parameters.
|
protected ClassLoader |
getExecutionClassLoader()
Deprecated.
|
protected String |
manageCursorStream(org.mule.runtime.api.metadata.TypedValue<org.mule.runtime.api.streaming.bytes.CursorStreamProvider> result)
Deprecated.
|
protected String |
serializeObject(Object value,
org.mule.weave.v2.el.WeaveExpressionLanguage executor)
Deprecated.
|
org.mule.tooling.client.api.dataweave.validation.DataWeaveValidationResponse |
validate(org.mule.tooling.client.api.dataweave.validation.DataWeaveValidationRequest parameters)
Deprecated.
Validates DataWeave script with given parameters.
|
protected static final String PAYLOAD_ID
public org.mule.tooling.client.api.dataweave.DataWeavePreviewResponse execute(org.mule.tooling.client.api.dataweave.DataWeavePreviewRequest parameters)
execute in interface DataWeaveRunnerparameters - required for running dataWeave script.DataWeavePreviewResponse with execution result.protected ClassLoader getExecutionClassLoader()
public org.mule.tooling.client.api.dataweave.validation.DataWeaveValidationResponse validate(org.mule.tooling.client.api.dataweave.validation.DataWeaveValidationRequest parameters)
validate in interface DataWeaveRunnerparameters - required for validating dataWeave script.DataWeaveValidationResponse with execution result.protected String manageCursorStream(org.mule.runtime.api.metadata.TypedValue<org.mule.runtime.api.streaming.bytes.CursorStreamProvider> result)
protected String serializeObject(Object value, org.mule.weave.v2.el.WeaveExpressionLanguage executor)
protected org.mule.runtime.api.metadata.TypedValue<?> asTypedValue(org.mule.tooling.event.model.TypedValueModel restTypedValue)
throws IOException
IOExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.