Example usage for org.springframework.restdocs.hypermedia LinkExtractor interface-usage

List of usage examples for org.springframework.restdocs.hypermedia LinkExtractor interface-usage

Introduction

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

Usage

From source file org.springframework.restdocs.hypermedia.AbstractJsonLinkExtractor.java

/**
 * Abstract base class for a {@link LinkExtractor} that extracts links from JSON.
 *
 * @author Andy Wilkinson
 */
abstract class AbstractJsonLinkExtractor implements LinkExtractor {