Interface JsonEndpoint<RequestT,​ResponseT,​ErrorT>

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

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