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

top.jfunc.http.base.MethodContentStrategy Maven / Gradle / Ivy

package top.jfunc.http.base;

/**
 * 判断一个方法{@link Method}是否能够写入BODY数据
 * @author xiongshiyan at 2020/10/15 , contact me with email [email protected] or phone 15208384257
 */
@FunctionalInterface
public interface MethodContentStrategy {
    /**
     * 方法是否支持body
     * @param method http method
     * @return true if support
     */
    boolean supportContent(Method method);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy