Class ApiRestRequest<T extends ApiRequest<T>>

java.lang.Object
io.helidon.integrations.common.rest.ApiRestRequest<T>
Type Parameters:
T - type of the request
All Implemented Interfaces:
ApiRequest<T>
Direct Known Subclasses:
RestRequest

public abstract class ApiRestRequest<T extends ApiRequest<T>> extends Object implements ApiRequest<T>
Common base class for REST requests. This class acts as a mutable builder without a build method, as the intended use is to pass it to a io.helidon.integrations.common.rest.RestApi, not to send it around for parallel processing.

Path is not a part of this request.