com.qiniu.interfaces.IStringFormat Maven / Gradle / Ivy
package com.qiniu.interfaces;
import java.io.IOException;
public interface IStringFormat {
String toFormatString(T t) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy