
org.simpleflatmapper.map.context.MappingContextFactoryFromRows Maven / Gradle / Ivy
package org.simpleflatmapper.map.context;
import org.simpleflatmapper.map.MappingContext;
public interface MappingContextFactoryFromRows {
MappingContext super ROW> newMappingContext(ROWS rows) throws EX;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy