public class ParametersTransformationResult extends Object
| Constructor and Description |
|---|
ParametersTransformationResult(List<Object> transformed,
List<String> failedToTransform,
List<String> missing) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFailedToTransform() |
List<String> |
getMissing() |
List<Object> |
getTransformed() |
boolean |
isSuccess() |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.