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

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

There is a newer version: 0.10.2
Show newest version
package com.github.molcikas.photon.converters;

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

    T convert(Object val) throws ConverterException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy