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

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

Introduction

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

Usage

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

/**
 * {@link LateObjectEvaluator} implementation that assumes values represented as JSON objects.
 * 
 * @author Craig Walls
 */
class JsonLateObjectEvaluator implements LateObjectEvaluator {