Interface JsonEndpoint<RequestT,ResponseT,ErrorT>

All Superinterfaces:
Endpoint<RequestT,ResponseT,ErrorT>
All Known Implementing Classes:
DelegatingJsonEndpoint, EndpointWithResponseMapperAttr, SimpleEndpoint, SimpleJsonEndpoint

public interface JsonEndpoint<RequestT,ResponseT,ErrorT> extends Endpoint<RequestT,ResponseT,ErrorT>
An endpoint with a JSON response body.
  • Method Details