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

com.creditdatamw.zerocell.converter.Converter Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.creditdatamw.zerocell.converter;

/**
 * Converts a value from a String type to another
 */
@FunctionalInterface
public interface Converter {
    T convert(String value, String columnName, int row);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy