Interface FieldMappable

  • All Known Implementing Classes:
    SqoopRecord

    public interface FieldMappable
    Interface describing a class capable of returning a map of the fields of the object to their values.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getFieldMap()
      Returns a map containing all fields of this record.
    • Method Detail

      • getFieldMap

        java.util.Map<java.lang.String,​java.lang.Object> getFieldMap()
        Returns a map containing all fields of this record.
        Returns:
        a map from column names to the object-based values for this record. The map may not be null, though it may be empty.