A C D E F G I J M N O R T V 

A

add(JsonPointer, JsonNode) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 
ADD_EXPLICIT_REMOVE_ADD_ON_REPLACE - com.flipkart.zjsonpatch.DiffFlags
This flag normalizes a Operation.REPLACE operation into its respective Operation.REMOVE and Operation.ADD operations.
ADD_ORIGINAL_VALUE_ON_REPLACE - com.flipkart.zjsonpatch.DiffFlags
This flag adds a fromValue field to all Operation.REPLACE operations.
ALLOW_MISSING_TARGET_OBJECT_ON_REPLACE - com.flipkart.zjsonpatch.CompatibilityFlags
 
apply(JsonNode, JsonNode) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
apply(JsonNode, JsonNode, EnumSet<CompatibilityFlags>) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
applyInPlace(JsonNode, JsonNode) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
applyInPlace(JsonNode, JsonNode, EnumSet<CompatibilityFlags>) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
asJson(JsonNode, JsonNode) - Static method in class com.flipkart.zjsonpatch.JsonDiff
 
asJson(JsonNode, JsonNode, EnumSet<DiffFlags>) - Static method in class com.flipkart.zjsonpatch.JsonDiff
 

C

com.flipkart.zjsonpatch - package com.flipkart.zjsonpatch
 
CompatibilityFlags - Enum in com.flipkart.zjsonpatch
Created by tomerga on 04/09/2016.
copy(JsonPointer, JsonPointer) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 

D

defaults() - Static method in enum com.flipkart.zjsonpatch.CompatibilityFlags
 
defaults() - Static method in enum com.flipkart.zjsonpatch.DiffFlags
 
DiffFlags - Enum in com.flipkart.zjsonpatch
 
dontNormalizeOpIntoMoveAndCopy() - Static method in enum com.flipkart.zjsonpatch.DiffFlags
 

E

EMIT_TEST_OPERATIONS - com.flipkart.zjsonpatch.DiffFlags
This flag instructs the diff generator to emit Operation.TEST operations that validate the state of the source document before each mutation.

F

FORBID_REMOVE_MISSING_OBJECT - com.flipkart.zjsonpatch.CompatibilityFlags
 

G

getPath() - Method in exception com.flipkart.zjsonpatch.JsonPointerEvaluationException
 
getTarget() - Method in exception com.flipkart.zjsonpatch.JsonPointerEvaluationException
 

I

InvalidJsonPatchException - Exception in com.flipkart.zjsonpatch
User: holograph Date: 03/08/16
InvalidJsonPatchException(String) - Constructor for exception com.flipkart.zjsonpatch.InvalidJsonPatchException
 

J

JsonDiff - Class in com.flipkart.zjsonpatch
User: gopi.vishwakarma Date: 30/07/14
JsonPatch - Class in com.flipkart.zjsonpatch
User: gopi.vishwakarma Date: 31/07/14
JsonPatchApplicationException - Exception in com.flipkart.zjsonpatch
User: holograph Date: 03/08/16
JsonPatchApplicationException(String, Operation, JsonPointer) - Constructor for exception com.flipkart.zjsonpatch.JsonPatchApplicationException
 
JsonPointerEvaluationException - Exception in com.flipkart.zjsonpatch
 
JsonPointerEvaluationException(String, JsonPointer, JsonNode) - Constructor for exception com.flipkart.zjsonpatch.JsonPointerEvaluationException
 

M

MISSING_VALUES_AS_NULLS - com.flipkart.zjsonpatch.CompatibilityFlags
 
move(JsonPointer, JsonPointer) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 

N

NoopProcessor - Class in com.flipkart.zjsonpatch
A JSON patch processor that does nothing, intended for testing and validation.
NoopProcessor() - Constructor for class com.flipkart.zjsonpatch.NoopProcessor
 

O

OMIT_COPY_OPERATION - com.flipkart.zjsonpatch.DiffFlags
This flag omits all Operation.COPY operations, leaving only Operation.ADD, Operation.REMOVE, Operation.REPLACE and Operation.MOVE operations.
OMIT_MOVE_OPERATION - com.flipkart.zjsonpatch.DiffFlags
This flag omits all Operation.MOVE operations, leaving only Operation.ADD, Operation.REMOVE, Operation.REPLACE and Operation.COPY operations.
OMIT_VALUE_ON_REMOVE - com.flipkart.zjsonpatch.DiffFlags
This flag omits the value field on remove operations.

R

remove(JsonPointer) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 
REMOVE_NONE_EXISTING_ARRAY_ELEMENT - com.flipkart.zjsonpatch.CompatibilityFlags
 
replace(JsonPointer, JsonNode) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 

T

test(JsonPointer, JsonNode) - Method in class com.flipkart.zjsonpatch.NoopProcessor
 
toString() - Method in exception com.flipkart.zjsonpatch.JsonPatchApplicationException
 

V

validate(JsonNode) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
validate(JsonNode, EnumSet<CompatibilityFlags>) - Static method in class com.flipkart.zjsonpatch.JsonPatch
 
valueOf(String) - Static method in enum com.flipkart.zjsonpatch.CompatibilityFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flipkart.zjsonpatch.DiffFlags
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.flipkart.zjsonpatch.CompatibilityFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flipkart.zjsonpatch.DiffFlags
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J M N O R T V 
Skip navigation links

Copyright © 2022. All rights reserved.