Class ParametersTransformationResult

java.lang.Object
org.mule.extensions.java.internal.transformer.ParametersTransformationResult

public class ParametersTransformationResult extends Object
Contains all the information regarding how a set of input arguments were transformed to the expected parameters of an Executable element
Since:
1.1.2, 1.2.0
  • Constructor Details

    • ParametersTransformationResult

      public ParametersTransformationResult(List<Object> transformed, List<String> failedToTransform, List<String> missing)
  • Method Details

    • isSuccess

      public boolean isSuccess()
    • getTransformed

      public List<Object> getTransformed()
    • getFailedToTransform

      public List<String> getFailedToTransform()
    • getMissing

      public List<String> getMissing()