com.github.molcikas.photon.converters.Converter Maven / Gradle / Ivy
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