Package org.apache.sqoop.lib
Interface FieldMappable
-
- All Known Implementing Classes:
SqoopRecord
public interface FieldMappableInterface 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.
-