类 RestResultResponseHandler<T>

java.lang.Object
com.alibaba.nacos.common.http.client.handler.AbstractResponseHandler<T>
com.alibaba.nacos.common.http.client.handler.RestResultResponseHandler<T>
所有已实现的接口:
ResponseHandler<T>

public class RestResultResponseHandler<T> extends AbstractResponseHandler<T>
RestResult response handler, Mainly converter response type as RestResult type.
作者:
mai.jh