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

com.github.nezha.httpfetch.SourceReader Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.nezha.httpfetch;

import com.github.nezha.httpfetch.convertor.ResponseGeneratorConvertor;
import com.github.nezha.httpfetch.chains.HttpApiChain;
import com.github.nezha.httpfetch.resolver.MethodParameterResolver;

import java.util.List;
import java.util.Map;

/**
 * Created by daiqiang on 16/12/6.
 */
public interface SourceReader {

    List getChains();

    List getConvertors();

    List getParameterResolvers();

    Map getUrlAlias();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy