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