
io.github.stewseo.client.transport.endpoints.SimpleJsonEndpoint Maven / Gradle / Ivy
package io.github.stewseo.client.transport.endpoints;
import io.github.stewseo.client._types.ErrorResponse;
import io.github.stewseo.client.json.JsonpDeserializer;
import io.github.stewseo.client.transport.JsonEndpoint;
import java.util.Map;
import java.util.function.Function;
public class SimpleJsonEndpoint extends SimpleEndpoint
implements JsonEndpoint {
public SimpleJsonEndpoint(
String id,
Function method,
Function requestUrl,
Function> queryParameters,
Function> headers,
boolean hasRequestBody,
JsonpDeserializer responseParser
) {
super(id, method, requestUrl, queryParameters, headers, hasRequestBody, responseParser);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy