com.github.fge.jsonpatch
Class StandardJsonPatchFactory

java.lang.Object
  extended by 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
StandardJsonPatchFactory()
           
 
Method Summary
static JsonPatchFactory create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardJsonPatchFactory

public StandardJsonPatchFactory()
Method Detail

create

public static JsonPatchFactory create()