Class MappingEditor


  • public abstract class MappingEditor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingEditor()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract org.mule.weave.v2.api.tooling.expression.Expression getModel()  
      abstract void updateExpression​(ExpressionTypePath outputPath, java.lang.String expression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MappingEditor

        public MappingEditor()
    • Method Detail

      • getModel

        public abstract org.mule.weave.v2.api.tooling.expression.Expression getModel()
      • updateExpression

        public abstract void updateExpression​(ExpressionTypePath outputPath,
                                              java.lang.String expression)