com.flipkart.zjsonpatch
Class JsonDiff

java.lang.Object
  extended by com.flipkart.zjsonpatch.JsonDiff

public class JsonDiff
extends Object

User: gopi.vishwakarma Date: 30/07/14


Field Summary
static com.flipkart.zjsonpatch.JsonDiff.EncodePathFunction ENCODE_PATH_FUNCTION
           
 
Constructor Summary
JsonDiff()
           
 
Method Summary
static com.fasterxml.jackson.databind.JsonNode asJson(com.fasterxml.jackson.databind.JsonNode source, com.fasterxml.jackson.databind.JsonNode target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODE_PATH_FUNCTION

public static final com.flipkart.zjsonpatch.JsonDiff.EncodePathFunction ENCODE_PATH_FUNCTION
Constructor Detail

JsonDiff

public JsonDiff()
Method Detail

asJson

public static com.fasterxml.jackson.databind.JsonNode asJson(com.fasterxml.jackson.databind.JsonNode source,
                                                             com.fasterxml.jackson.databind.JsonNode target)


Copyright © 2015. All rights reserved.