Example usage for org.springframework.restdocs.operation ResponseConverter interface-usage

List of usage examples for org.springframework.restdocs.operation ResponseConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.restdocs.operation ResponseConverter interface-usage.

Usage

From source file io.github.restdocsext.jersey.JerseyResponseConverter.java

/**
 * Spring RestDocs {@code ResponseConverter} implementation that converts a Jersey
 * {@code ClientResponse} to the required Spring RestDocs {@code OperationResponse}.
 *
 * @author Paul Samsotha
 */