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

io.robe.convert.excel.parsers.IsParser Maven / Gradle / Ivy

The newest version!
package io.robe.convert.excel.parsers;

import org.apache.poi.ss.usermodel.Cell;

import java.lang.reflect.Field;

public interface IsParser {
    public T parse(Object o, Field field);
    public void setCell(T o, Cell cell, Field field);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy