Java org.springframework.data.rest.webmvc.json.patch Patch fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.rest.webmvc.json.patch Patch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.rest.webmvc.json.patch Patch.

The text is from its open source code.

Constructor

Method

Tapply(T in, Class type)
Applies the Patch to a given Object graph.
Listapply(List in, Class type)
Applies the Patch to a given List of objects.
ListgetOperations()
Returns all underlying PatchOperation s.
intsize()