Package com.github.fge.jsonpatch
Class StandardJsonPatchFactory
- java.lang.Object
-
- com.github.fge.jsonpatch.StandardJsonPatchFactory
-
public class StandardJsonPatchFactory extends Object
StandardJsonPatchfactory can create a JsonPatchFactory configured to work with the RFC6902 set of JSON Patch operations.
-
-
Constructor Summary
Constructors Constructor Description StandardJsonPatchFactory()
-
-
-
Method Detail
-
create
public static JsonPatchFactory create()
-
-