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

com.afrozaar.wordpress.wpapi.v2.api.CustomCalls Maven / Gradle / Ivy

There is a newer version: 4.8.3
Show newest version
package com.afrozaar.wordpress.wpapi.v2.api;

import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;

import javax.annotation.Nullable;

import java.util.Map;

/**
 * @author johan
 */
public interface CustomCalls {
     ResponseEntity doCustomExchange(String context, HttpMethod method, Class typeRef, Object[] buildAndExpand,
                                                     Map queryParams, B body, @Nullable MediaType mediaType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy