类分层结构
- java.lang.Object
- tech.testnx.cah.common.ws.AbstractRestClient
- tech.testnx.cah.common.ws.RestClient (implements tech.testnx.cah.common.ws.HandleWS)
- tech.testnx.cah.common.ws.RestClientV2 (implements tech.testnx.cah.common.ws.HandleWsV2)
- tech.testnx.cah.common.ws.JsonParser
- tech.testnx.cah.common.ws.RestfulResponse
- tech.testnx.cah.common.ws.AbstractRestClient
接口分层结构
- java.lang.AutoCloseable
- tech.testnx.cah.common.ws.HandleWS
- tech.testnx.cah.common.ws.HandleWsV2