Example usage for org.springframework.data.rest.webmvc.json.patch PatchConverter interface-usage

List of usage examples for org.springframework.data.rest.webmvc.json.patch PatchConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.rest.webmvc.json.patch PatchConverter interface-usage.

Usage

From source file org.springframework.data.rest.webmvc.json.patch.JsonPatchPatchConverter.java

/**
 * Convert {@link JsonNode}s containing JSON Patch to/from {@link Patch} objects.
 * 
 * @author Craig Walls
 */
public class JsonPatchPatchConverter implements PatchConverter<JsonNode> {