程序包 com.alibaba.nacos.common.http.client.handler
package com.alibaba.nacos.common.http.client.handler
-
接口概要接口说明Response Handler abstract interface, the actual processing of the response conversion is done by a concrete implementation class.
-
类概要类说明Abstract response handler.bean response handler, Mainly converter response type as bean type.RestResult response handler, Mainly converter response type as
RestResulttype.string response handler, Mainly converter response type as string type.