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

com.github.leeyazhou.akshare4j.util.http.rpc.HttpResponseParser Maven / Gradle / Ivy

/**
 * 
 */
package com.github.leeyazhou.akshare4j.util.http.rpc;

import com.github.leeyazhou.akshare4j.util.http.HttpResponseBase;
import com.github.leeyazhou.akshare4j.util.http.rpc.model.ServiceMethod;

/**
 * @author leeyazhou
 *
 */
@FunctionalInterface
public interface HttpResponseParser {

  Object parse(HttpResponseBase httpResponse, ServiceMethod serviceMethod);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy