com.github.fge.jsonpatch
Class ExtendedJsonPatchFactory

java.lang.Object
  extended by com.github.fge.jsonpatch.ExtendedJsonPatchFactory

public class ExtendedJsonPatchFactory
extends Object

ExtendedJsonPatchFactory can create a JsonPatchFactory configured to work with the extended set of JSON Patch operations.


Constructor Summary
ExtendedJsonPatchFactory()
           
 
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

ExtendedJsonPatchFactory

public ExtendedJsonPatchFactory()
Method Detail

create

public static JsonPatchFactory create()