Example usage for org.springframework.restdocs.operation.preprocess OperationPreprocessorAdapter subclass-usage

List of usage examples for org.springframework.restdocs.operation.preprocess OperationPreprocessorAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.restdocs.operation.preprocess OperationPreprocessorAdapter subclass-usage.

Usage

From source file io.github.restdocsext.jersey.operation.preprocess.BinaryPartPlaceholderOperationPreprocessor.java

/**
 * {@link OperationPreprocessor} to add placeholder content for binary multipart fields.
 *
 * @author Paul Samsotha
 */
public final class BinaryPartPlaceholderOperationPreprocessor extends OperationPreprocessorAdapter {