Class IntResponseTransformer


  • public class IntResponseTransformer
    extends java.lang.Object
    • Method Detail

      • getResponses

        public <R extends IntRestResponse> R getResponses​(Request.Builder requestBuilder,
                                                          PageRequestHandler pageRequestHandler,
                                                          java.lang.Class<R> responseClass,
                                                          int pageSize)
                                                   throws com.synopsys.integration.exception.IntegrationException
        Throws:
        com.synopsys.integration.exception.IntegrationException
      • getResponse

        public <R extends IntRestResponse> R getResponse​(Request request,
                                                         java.lang.Class<R> responseClass)
                                                  throws com.synopsys.integration.exception.IntegrationException
        Throws:
        com.synopsys.integration.exception.IntegrationException
      • getResponseAs

        public <R extends IntRestResponse> R getResponseAs​(java.lang.String json,
                                                           java.lang.Class<R> responseClass)
                                                    throws com.synopsys.integration.exception.IntegrationException
        Throws:
        com.synopsys.integration.exception.IntegrationException
      • getResponseAs

        public <R extends IntRestResponse> R getResponseAs​(com.google.gson.JsonObject jsonObject,
                                                           java.lang.Class<R> responseClass)
                                                    throws com.synopsys.integration.exception.IntegrationException
        Throws:
        com.synopsys.integration.exception.IntegrationException