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