
org.sfm.csv.impl.CellSetter Maven / Gradle / Ivy
package org.sfm.csv.impl;
public interface CellSetter {
void set(T target, char[] chars, int offset, int length, ParsingContext parsingContext) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy