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

com.github.bingoohuang.springrestclient.provider.SignProvider Maven / Gradle / Ivy

There is a newer version: 0.0.23
Show newest version
package com.github.bingoohuang.springrestclient.provider;

import com.mashape.unirest.request.HttpRequest;

import java.util.Map;

public interface SignProvider {
    void sign(Class apiClass, String uuid, Map requestParams, HttpRequest httpRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy