Interface HasFieldsProperty


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

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

      • getFields

        java.util.List<java.lang.String> getFields()
        Gets the list of fields to process.
      • setFields

        void setFields​(java.util.List<java.lang.String> fields)
        Sets the list of fields to process.