Interface HasInputListProperty

  • All Known Subinterfaces:
    FieldValueModifyingTransformer

    public interface HasInputListProperty
    Marker interface for stages that process a list of input fields.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getInput()
      Gets the list of fields to process as input to the stage.
      void setInput​(java.util.List<java.lang.String> input)
      Sets the list of fields to process as input to the stage.
    • Method Detail

      • getInput

        java.util.List<java.lang.String> getInput()
        Gets the list of fields to process as input to the stage.
      • setInput

        void setInput​(java.util.List<java.lang.String> input)
        Sets the list of fields to process as input to the stage.