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

com.yuweix.tripod.http.Decoder Maven / Gradle / Ivy

package com.yuweix.tripod.http;





/**
 * @author yuwei
 */
public interface Decoder> {
	T decode(String str);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy