All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.apiclient.ApiClientResponseHandler Maven / Gradle / Ivy

package org.onetwo.common.apiclient;

import org.springframework.http.ResponseEntity;

/**
 * @author wayshall
 * 
*/ public interface ApiClientResponseHandler /*extends ApiErrorHandler*/ { Class getActualResponseType(M invokeMethod); Object handleResponse(M invokeMethod, ResponseEntity responseEntity, RequestContextData context); // Object handleResponse(M invokeMethod, ResponseEntity responseEntity, Class actualResponseType); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy