All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jamel.dbf.processor.DbfRowMapper Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package org.jamel.dbf.processor;

/**
 * Map raw data from dbf row to object type T.
 * @param 
 *
 * @author Sergey Polovko
 */
public interface DbfRowMapper {

    T mapRow(Object[] row);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy