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

com.github.stupdit1t.jackson.expand.handler.rsp.ResponseHandler Maven / Gradle / Ivy

The newest version!
package com.github.stupdit1t.jackson.expand.handler.rsp;

/**
 * 返回处理第三方响应
 */
public interface ResponseHandler {
    Object handle(String bean, String method, Object rsp, Class writeClass, Object... params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy