接口 ForestResponseFactory<R>
public interface ForestResponseFactory<R>
- 从以下版本开始:
- 2017-05-12 17:05
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
方法概要
修饰符和类型方法说明createResponse(ForestRequest<?> request, R res, LifeCycleHandler lifeCycleHandler, Throwable exception, Date requestTime)
-
方法详细资料
-
createResponse
ForestResponse<?> createResponse(ForestRequest<?> request, R res, LifeCycleHandler lifeCycleHandler, Throwable exception, Date requestTime)
-