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

com.github.molcikas.photon.converters.Converter Maven / Gradle / Ivy

The newest version!
package com.github.molcikas.photon.converters;

/**
 * Represents a converter.
 */
public interface Converter {

    T convert(Object val) throws ConverterException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy