All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.jsonpatch.operation.policy.PathMissingPolicy Maven / Gradle / Ivy

Go to download

JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java

The newest version!
package com.github.fge.jsonpatch.operation.policy;

/**
 * Specifies what the operation should do if the path is missing in the target JsonNode
 */
public enum PathMissingPolicy
{
    THROW, SKIP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy