Package io.fabric8.zjsonpatch
Class JsonPatch
- java.lang.Object
-
- io.fabric8.zjsonpatch.JsonPatch
-
public class JsonPatch extends Object
This class is ported from FlipKart zjsonpatch repository
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonNodeapply(JsonNode patch, JsonNode source)static JsonNodeapply(JsonNode patch, JsonNode source, EnumSet<CompatibilityFlags> flags)
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
-