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

com.jd.blockchain.utils.http.StringConverter Maven / Gradle / Ivy

package com.jd.blockchain.utils.http;

/**
 * 字符串转换器;
 * 
 * 定义了如何将某个对象转换为字符串;
 * 
 * @author haiq
 *
 */
public interface StringConverter {
	
	String toString(Object args);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy