Class EndpointWithResponseMapperAttr<Req,Res,Err>

java.lang.Object
org.opensearch.client.transport.endpoints.DelegatingJsonEndpoint<Req,Res,Err>
org.opensearch.client.transport.endpoints.EndpointWithResponseMapperAttr<Req,Res,Err>
All Implemented Interfaces:
Endpoint<Req,Res,Err>, JsonEndpoint<Req,Res,Err>

public class EndpointWithResponseMapperAttr<Req,Res,Err> extends DelegatingJsonEndpoint<Req,Res,Err>
An endpoint wrapper that adds attributes to the JSON mapper used to deserialize its response.