Example usage for org.springframework.restdocs.config RestDocumentationConfigurer subclass-usage

List of usage examples for org.springframework.restdocs.config RestDocumentationConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.restdocs.config RestDocumentationConfigurer subclass-usage.

Usage

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

/**
 * A configurer for Spring RestDocs. It is implemented as a JAX-RS/Jersey client response filter.
 * This filter should be called before the documentation filter.
 *
 * @author Paul Samsotha
 */