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

ru.qatools.properties.converters.Converter Maven / Gradle / Ivy

There is a newer version: 2.0.RC6
Show newest version
package ru.qatools.properties.converters;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 08.05.15
 */
public interface Converter {

    T convert(String from) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy