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

com.tecacet.jflat8.ConverterRegistry Maven / Gradle / Ivy

Go to download

Convert flat files to Java Beans and vice versa. Some supported formats are CSV, fixed-width, arbitrary regex, and more. JFlat 8 is highly extensible and can be adopted to support additional formats.

There is a newer version: 0.0.5
Show newest version
package com.tecacet.jflat8;

import java.util.function.Function;

public interface ConverterRegistry {

	 void registerConverter(Class toType, Function converter);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy