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

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

Introduction

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

Usage

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

/**
 * Spring RestDocs {@code RequestConverter} implementation that converts Jersey
 * {@code ClientRequest} to the required Spring RestDocs {@code OperationRequest}.
 *
 * @author Paul Samsotha
 */