org.sfm.utils.conv.Converter Maven / Gradle / Ivy
package org.sfm.utils.conv;
public interface Converter {
O convert(I in) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.sfm.utils.conv;
public interface Converter {
O convert(I in) throws Exception;
}