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

org.unix4j.convert.ConverterRegistry Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package org.unix4j.convert;

/**
 * A registry defines convertes for different data types.
 * @author terz
 *
 */
public interface ConverterRegistry {
	 ValueConverter getValueConverterFor(Class type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy