A C D E F G H I J M P R S T V 

A

add(JsonPointer, JsonNode, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Applies an add operation to a JSON document.
apply(JsonPatchOperation[], JsonNode) - Static method in class io.progix.jackson.JsonPatch
Performs a series of JsonPatchOperation on a target JsonNode patch document.
at(JsonNode, JsonPointer) - Static method in class io.progix.jackson.JsonPatchUtil
 

C

copy(JsonPointer, JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Applies a copy operation to a JSON document.

D

deserialize(JsonParser, DeserializationContext) - Method in class io.progix.jackson.JsonPatchOperationDeserializer
 

E

equals(Object) - Method in class io.progix.jackson.JsonPatchOperation
 

F

forValue(String) - Static method in enum io.progix.jackson.JsonPatchOperationType
 

G

getFrom() - Method in class io.progix.jackson.JsonPatchOperation
 
getOperation() - Method in class io.progix.jackson.JsonPatchOperation
 
getPath() - Method in class io.progix.jackson.JsonPatchOperation
 
getValue() - Method in class io.progix.jackson.JsonPatchOperation
 

H

hashCode() - Method in class io.progix.jackson.JsonPatchOperation
 

I

io.progix.jackson - package io.progix.jackson
 
io.progix.jackson.exceptions - package io.progix.jackson.exceptions
 

J

JsonPatch - Class in io.progix.jackson
Helper class that provides methods to apply JSON patches to JSON documents.
JsonPatch() - Constructor for class io.progix.jackson.JsonPatch
 
JsonPatchAddFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchAddFailedException(JsonPointer, JsonNode, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchAddFailedException
 
JsonPatchAddFailedException(JsonPointer, JsonNode, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchAddFailedException
 
JsonPatchAddFailedException(JsonPointer, JsonNode, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchAddFailedException
 
JsonPatchCopyFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchCopyFailedException(JsonPointer, JsonPointer, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchCopyFailedException
 
JsonPatchCopyFailedException(JsonPointer, JsonPointer, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchCopyFailedException
 
JsonPatchCopyFailedException(JsonPointer, JsonPointer, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchCopyFailedException
 
JsonPatchFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchFailedException(String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperation, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperation, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperation, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperationType, JsonPointer, JsonNode, JsonPointer, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperationType, JsonPointer, JsonNode, JsonPointer, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFailedException(JsonPatchOperationType, JsonPointer, JsonNode, JsonPointer, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFailedException
 
JsonPatchFormatException - Exception in io.progix.jackson.exceptions
 
JsonPatchFormatException(String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFormatException
 
JsonPatchFormatException(String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFormatException
 
JsonPatchFormatException(Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchFormatException
 
JsonPatchMoveFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchMoveFailedException(JsonPointer, JsonPointer, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchMoveFailedException
 
JsonPatchMoveFailedException(JsonPointer, JsonPointer, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchMoveFailedException
 
JsonPatchMoveFailedException(JsonPointer, JsonPointer, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchMoveFailedException
 
JsonPatchOperation - Class in io.progix.jackson
 
JsonPatchOperation(JsonPatchOperationType, JsonPointer, JsonPointer) - Constructor for class io.progix.jackson.JsonPatchOperation
 
JsonPatchOperation(JsonPatchOperationType, JsonPointer) - Constructor for class io.progix.jackson.JsonPatchOperation
 
JsonPatchOperation(JsonPatchOperationType, JsonPointer, JsonNode) - Constructor for class io.progix.jackson.JsonPatchOperation
 
JsonPatchOperationDeserializer - Class in io.progix.jackson
 
JsonPatchOperationDeserializer() - Constructor for class io.progix.jackson.JsonPatchOperationDeserializer
 
JsonPatchOperationSerializer - Class in io.progix.jackson
 
JsonPatchOperationSerializer() - Constructor for class io.progix.jackson.JsonPatchOperationSerializer
 
JsonPatchOperationType - Enum in io.progix.jackson
 
JsonPatchRemoveFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchRemoveFailedException(JsonPointer, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchRemoveFailedException
 
JsonPatchRemoveFailedException(JsonPointer, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchRemoveFailedException
 
JsonPatchRemoveFailedException(JsonPointer, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchRemoveFailedException
 
JsonPatchReplaceFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchReplaceFailedException(JsonPointer, JsonNode, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchReplaceFailedException
 
JsonPatchReplaceFailedException(JsonPointer, JsonNode, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchReplaceFailedException
 
JsonPatchReplaceFailedException(JsonPointer, JsonNode, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchReplaceFailedException
 
JsonPatchTestFailedException - Exception in io.progix.jackson.exceptions
 
JsonPatchTestFailedException(JsonPointer, Object, Object) - Constructor for exception io.progix.jackson.exceptions.JsonPatchTestFailedException
 
JsonPatchTestFailedException(JsonPointer, JsonNode, String) - Constructor for exception io.progix.jackson.exceptions.JsonPatchTestFailedException
 
JsonPatchTestFailedException(JsonPointer, JsonNode, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchTestFailedException
 
JsonPatchTestFailedException(JsonPointer, JsonNode, String, Throwable) - Constructor for exception io.progix.jackson.exceptions.JsonPatchTestFailedException
 
JsonPatchUtil - Class in io.progix.jackson
 
JsonPatchUtil() - Constructor for class io.progix.jackson.JsonPatchUtil
 

M

move(JsonPointer, JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Applies a move operation to a JSON document.

P

put(JsonNode, JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatchUtil
 

R

remove(JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Applies a remove operation to a JSON document.
remove(JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatchUtil
 
replace(JsonPointer, JsonNode, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Applies an replace operation to a JSON document.

S

serialize(JsonPatchOperation, JsonGenerator, SerializerProvider) - Method in class io.progix.jackson.JsonPatchOperationSerializer
 
setFrom(JsonPointer) - Method in class io.progix.jackson.JsonPatchOperation
 
setOperation(JsonPatchOperationType) - Method in class io.progix.jackson.JsonPatchOperation
 
setPath(JsonPointer) - Method in class io.progix.jackson.JsonPatchOperation
 
setValue(JsonNode) - Method in class io.progix.jackson.JsonPatchOperation
 

T

test(JsonPointer, JsonNode, JsonNode) - Static method in class io.progix.jackson.JsonPatch
Performs a test operation to a JSON document.
test(JsonNode, JsonPointer, JsonNode) - Static method in class io.progix.jackson.JsonPatchUtil
 
toString() - Method in class io.progix.jackson.JsonPatchOperation
 

V

valueOf(String) - Static method in enum io.progix.jackson.JsonPatchOperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.progix.jackson.JsonPatchOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J M P R S T V