Interface HasFieldMappingProperty

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getFieldMapping()
      Gets the Input to Output field name mapping for this stage to process.
      void setFieldMapping​(java.util.Map<java.lang.String,​java.lang.String> value)
      Sets the Input to Output field name mapping for this stage to process.
    • Method Detail

      • getFieldMapping

        java.util.Map<java.lang.String,​java.lang.String> getFieldMapping()
        Gets the Input to Output field name mapping for this stage to process.
      • setFieldMapping

        void setFieldMapping​(java.util.Map<java.lang.String,​java.lang.String> value)
        Sets the Input to Output field name mapping for this stage to process.